#6204BB

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

Shades of Purple Heart #6204BB

Tints of Purple Heart #6204BB

Color information

#6204BB (or 0x6204BB) is unknown color: approx Purple Heart. HEX triplet: 62, 04 and BB. RGB value is (98,4,187). Sum of RGB (Red+Green+Blue) = 98+4+187=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #6204BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204BB is #9DFB44. Grayscale: #343434. Windows color (decimal): -10353477 or 12256354. OLE color: 12256354.

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

Color convert

RGB984187-
CMYK0.480.9800.27
HSL270.82º95.81%37.45%-
HSV(B)270.82º97.86%73.33%-
XYZ14.056.2747.48-
YUV52.97203.64160.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 187 (73.44% from 255) = 64.71%
R=33.91%
G=1.38%
B=64.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9841870.480.9800.27270.8295.8137.45
Hex624BB306201B10f6025
Octal14242736014203341714045
Binary11000101001011101111000011000100110111000011111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6204BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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