#620BC2

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

Shades of Purple Heart #620BC2

Tints of Purple Heart #620BC2

Color information

#620BC2 (or 0x620BC2) is unknown color: approx Purple Heart. HEX triplet: 62, 0B and C2. RGB value is (98,11,194). Sum of RGB (Red+Green+Blue) = 98+11+194=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #620BC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BC2 is #9DF43D. Grayscale: #393939. Windows color (decimal): -10351678 or 12716898. OLE color: 12716898.

HSL color Cylindrical-coordinate representation of color #620BC2: hue angle of 268.52º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620BC2 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9811194-
CMYK0.490.9400.24
HSL268.52º89.27%40.2%-
HSV(B)268.52º94.33%76.08%-
XYZ14.896.7351.55-
YUV57.88204.82156.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 11 (4.69% from 255) = 3.63%
BLUE value IS 194 (76.17% from 255) = 64.03%
R=32.34%
G=3.63%
B=64.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98111940.490.9400.24268.5289.2740.2
Hex62BC2315E01810d5928
Octal142133026113603041513150
Binary110001010111100001011000110111100110001000011011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620BC2; }

 p { color: rgb(98,11,194); }

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

<style>
 a { background-color: #620BC2; }

 a { background-color: rgb(98,11,194); }

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

<style>
 span { border-color: #620BC2; }

 span { border-color: rgb(98,11,194); }

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