#6205cb

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

Shades of Purple Heart #6205CB

Tints of Purple Heart #6205CB

Color information

#6205CB (or 0x6205CB) is unknown color: approx Purple Heart. HEX triplet: 62, 05 and CB. RGB value is (98,5,203). Sum of RGB (Red+Green+Blue) = 98+5+203=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #6205CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205CB is #9DFA34. Grayscale: #363636. Windows color (decimal): -10353205 or 13305186. OLE color: 13305186.

HSL color Cylindrical-coordinate representation of color #6205CB: hue angle of 268.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205CB is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB985203-
CMYK0.520.9800.20
HSL268.18º95.19%40.78%-
HSV(B)268.18º97.54%79.61%-
XYZ15.877.0257.02-
YUV55.38211.31158.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 203 (79.69% from 255) = 66.34%
R=32.03%
G=1.63%
B=66.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9852030.520.9800.20268.1895.1940.78
Hex625CB346201410c5f29
Octal14253136414202441413751
Binary11000101011100101111010011000100101001000011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6205cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6205cb; }

 p { color: rgb(98,5,203); }

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

<style>
 a { background-color: #6205cb; }

 a { background-color: rgb(98,5,203); }

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

<style>
 span { border-color: #6205cb; }

 span { border-color: rgb(98,5,203); }

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