#6804C5

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

Shades of Purple Heart #6804C5

Tints of Purple Heart #6804C5

Color information

#6804C5 (or 0x6804C5) is unknown color: approx Purple Heart. HEX triplet: 68, 04 and C5. RGB value is (104,4,197). Sum of RGB (Red+Green+Blue) = 104+4+197=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #6804C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6804C5 is #97FB3A. Grayscale: #373737. Windows color (decimal): -9960251 or 12911720. OLE color: 12911720.

HSL color Cylindrical-coordinate representation of color #6804C5: hue angle of 271.09º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6804C5 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1044197-
CMYK0.470.9800.23
HSL271.09º96.02%39.41%-
HSV(B)271.09º97.97%77.25%-
XYZ15.837.0653.35-
YUV55.9207.63162.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 197 (77.34% from 255) = 64.59%
R=34.10%
G=1.31%
B=64.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal10441970.470.9800.23271.0996.0239.41
Hex684C52F6201710f6027
Octal15043055714202741714047
Binary11010001001100010110111111000100101111000011111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6804C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6804C5; }

 p { color: rgb(104,4,197); }

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

<style>
 a { background-color: #6804C5; }

 a { background-color: rgb(104,4,197); }

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

<style>
 span { border-color: #6804C5; }

 span { border-color: rgb(104,4,197); }

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