#6906AF

Color #6906AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6906AF

Tints of Purple Heart #6906AF

Color information

#6906AF (or 0x6906AF) is unknown color: approx Purple Heart. HEX triplet: 69, 06 and AF. RGB value is (105,6,175). Sum of RGB (Red+Green+Blue) = 105+6+175=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #6906AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6906AF is #96F950. Grayscale: #363636. Windows color (decimal): -9894225 or 11470441. OLE color: 11470441.

HSL color Cylindrical-coordinate representation of color #6906AF: hue angle of 275.15º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906AF is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1056175-
CMYK0.400.9700.31
HSL275.15º93.37%35.49%-
HSV(B)275.15º96.57%68.63%-
XYZ13.636.2341.04-
YUV54.87195.8163.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 6 (2.73% from 255) = 2.10%
BLUE value IS 175 (68.75% from 255) = 61.19%
R=36.71%
G=2.10%
B=61.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10561750.400.9700.31275.1593.3735.49
Hex696AF286101F1135d23
Octal15162575014103742313543
Binary11010011101010111110100011000010111111000100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6906AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6906AF; }

 p { color: rgb(105,6,175); }

 H1.HeaderClassName
 {
   color: #6906AF;
 }
 .AnyTagClassName
 {
   color: #6906AF;
 }
</style>
background-color css

<style>
 a { background-color: #6906AF; }

 a { background-color: rgb(105,6,175); }

 div.DivClassName
 {
   background-color: #6906AF;
 }
 .BgClassName
 {
   background-color: #6906AF;
 }
</style>
border-color css

<style>
 span { border-color: #6906AF; }

 span { border-color: rgb(105,6,175); }

 td.TdClassName
 {
   border-color: #6906AF;
 }
 .TagClassName
 {
   border-color: #6906AF;
 }
</style>