#6205B6

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

Shades of Purple Heart #6205B6

Tints of Purple Heart #6205B6

Color information

#6205B6 (or 0x6205B6) is unknown color: approx Purple Heart. HEX triplet: 62, 05 and B6. RGB value is (98,5,182). Sum of RGB (Red+Green+Blue) = 98+5+182=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #6205B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205B6 is #9DFA49. Grayscale: #343434. Windows color (decimal): -10353226 or 11928930. OLE color: 11928930.

HSL color Cylindrical-coordinate representation of color #6205B6: hue angle of 271.53º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6205B6 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB985182-
CMYK0.460.9700.29
HSL271.53º94.65%36.67%-
HSV(B)271.53º97.25%71.37%-
XYZ13.536.0844.72-
YUV52.98200.81160.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 182 (71.48% from 255) = 63.86%
R=34.39%
G=1.75%
B=63.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9851820.460.9700.29271.5394.6536.67
Hex625B62E6101D1105f25
Octal14252665614103542013745
Binary11000101011011011010111011000010111011000100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6205B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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