#6805B8

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

Shades of Purple Heart #6805B8

Tints of Purple Heart #6805B8

Color information

#6805B8 (or 0x6805B8) is unknown color: approx Purple Heart. HEX triplet: 68, 05 and B8. RGB value is (104,5,184). Sum of RGB (Red+Green+Blue) = 104+5+184=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 184 (72.27% from 255 or 62.80% from 293); Max value from RGB is 184 - color contains mainly: blue. Hex color #6805B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805B8 is #97FA47. Grayscale: #363636. Windows color (decimal): -9960008 or 12060008. OLE color: 12060008.

HSL color Cylindrical-coordinate representation of color #6805B8: hue angle of 273.18º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6805B8 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1045184-
CMYK0.430.9700.28
HSL273.18º94.71%37.06%-
HSV(B)273.18º97.28%72.16%-
XYZ14.416.5145.84-
YUV55.01200.8162.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 184 (72.27% from 255) = 62.80%
R=35.49%
G=1.71%
B=62.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10451840.430.9700.28273.1894.7137.06
Hex685B82B6101C1115f25
Octal15052705314103442113745
Binary11010001011011100010101111000010111001000100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6805B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6805B8; }

 p { color: rgb(104,5,184); }

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

<style>
 a { background-color: #6805B8; }

 a { background-color: rgb(104,5,184); }

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

<style>
 span { border-color: #6805B8; }

 span { border-color: rgb(104,5,184); }

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