#6709B6

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

Shades of Purple Heart #6709B6

Tints of Purple Heart #6709B6

Color information

#6709B6 (or 0x6709B6) is unknown color: approx Purple Heart. HEX triplet: 67, 09 and B6. RGB value is (103,9,182). Sum of RGB (Red+Green+Blue) = 103+9+182=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #6709B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6709B6 is #98F649. Grayscale: #383838. Windows color (decimal): -10024522 or 11929959. OLE color: 11929959.

HSL color Cylindrical-coordinate representation of color #6709B6: hue angle of 272.6º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6709B6 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1039182-
CMYK0.430.9500.29
HSL272.6º90.58%37.45%-
HSV(B)272.6º95.05%71.37%-
XYZ14.136.4644.76-
YUV56.83198.64160.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 182 (71.48% from 255) = 61.90%
R=35.03%
G=3.06%
B=61.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10391820.430.9500.29272.690.5837.45
Hex679B62B5F01D1115b25
Octal147112665313703542113345
Binary110011110011011011010101110111110111011000100011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6709B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6709B6; }

 p { color: rgb(103,9,182); }

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

<style>
 a { background-color: #6709B6; }

 a { background-color: rgb(103,9,182); }

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

<style>
 span { border-color: #6709B6; }

 span { border-color: rgb(103,9,182); }

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