#6204C5

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

Shades of Purple Heart #6204C5

Tints of Purple Heart #6204C5

Color information

#6204C5 (or 0x6204C5) is unknown color: approx Purple Heart. HEX triplet: 62, 04 and C5. RGB value is (98,4,197). Sum of RGB (Red+Green+Blue) = 98+4+197=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 197 (77.34% from 255 or 65.89% from 299); Max value from RGB is 197 - color contains mainly: blue. Hex color #6204C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204C5 is #9DFB3A. Grayscale: #353535. Windows color (decimal): -10353467 or 12911714. OLE color: 12911714.

HSL color Cylindrical-coordinate representation of color #6204C5: hue angle of 269.22º 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 #6204C5 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB984197-
CMYK0.500.9800.23
HSL269.22º96.02%39.41%-
HSV(B)269.22º97.97%77.25%-
XYZ15.166.7153.32-
YUV54.11208.64159.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 197 (77.34% from 255) = 65.89%
R=32.78%
G=1.34%
B=65.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9841970.500.9800.23269.2296.0239.41
Hex624C5326201710d6027
Octal14243056214202741514047
Binary11000101001100010111001011000100101111000011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6204C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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