#6204B9

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

Shades of Purple Heart #6204B9

Tints of Purple Heart #6204B9

Color information

#6204B9 (or 0x6204B9) is unknown color: approx Purple Heart. HEX triplet: 62, 04 and B9. RGB value is (98,4,185). Sum of RGB (Red+Green+Blue) = 98+4+185=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 185 (72.66% from 255 or 64.46% from 287); Max value from RGB is 185 - color contains mainly: blue. Hex color #6204B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204B9 is #9DFB46. Grayscale: #343434. Windows color (decimal): -10353479 or 12125282. OLE color: 12125282.

HSL color Cylindrical-coordinate representation of color #6204B9: hue angle of 271.16º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6204B9 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB984185-
CMYK0.470.9800.27
HSL271.16º95.77%37.06%-
HSV(B)271.16º97.84%72.55%-
XYZ13.846.1946.36-
YUV52.74202.64160.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 185 (72.66% from 255) = 64.46%
R=34.15%
G=1.39%
B=64.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9841850.470.9800.27271.1695.7737.06
Hex624B92F6201B10f6025
Octal14242715714203341714045
Binary11000101001011100110111111000100110111000011111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6204B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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