#6806CB

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

Shades of Purple Heart #6806CB

Tints of Purple Heart #6806CB

Color information

#6806CB (or 0x6806CB) is unknown color: approx Purple Heart. HEX triplet: 68, 06 and CB. RGB value is (104,6,203). Sum of RGB (Red+Green+Blue) = 104+6+203=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #6806CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6806CB is #97F934. Grayscale: #393939. Windows color (decimal): -9959733 or 13305448. OLE color: 13305448.

HSL color Cylindrical-coordinate representation of color #6806CB: hue angle of 269.85º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6806CB is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1046203-
CMYK0.490.9700.20
HSL269.85º94.26%40.98%-
HSV(B)269.85º97.04%79.61%-
XYZ16.557.3957.05-
YUV57.76209.97160.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 203 (79.69% from 255) = 64.86%
R=33.23%
G=1.92%
B=64.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10462030.490.9700.20269.8594.2640.98
Hex686CB316101410e5e29
Octal15063136114102441613651
Binary11010001101100101111000111000010101001000011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6806CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6806CB; }

 p { color: rgb(104,6,203); }

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

<style>
 a { background-color: #6806CB; }

 a { background-color: rgb(104,6,203); }

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

<style>
 span { border-color: #6806CB; }

 span { border-color: rgb(104,6,203); }

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