#620ACB

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

Shades of Purple Heart #620ACB

Tints of Purple Heart #620ACB

Color information

#620ACB (or 0x620ACB) is unknown color: approx Purple Heart. HEX triplet: 62, 0A and CB. RGB value is (98,10,203). Sum of RGB (Red+Green+Blue) = 98+10+203=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #620ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ACB is #9DF534. Grayscale: #393939. Windows color (decimal): -10351925 or 13306466. OLE color: 13306466.

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

Color convert

RGB9810203-
CMYK0.520.9500.20
HSL267.36º90.61%41.76%-
HSV(B)267.36º95.07%79.61%-
XYZ15.937.1357.04-
YUV58.31209.65156.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 10 (4.30% from 255) = 3.22%
BLUE value IS 203 (79.69% from 255) = 65.27%
R=31.51%
G=3.22%
B=65.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98102030.520.9500.20267.3690.6141.76
Hex62ACB345F01410b5b2a
Octal142123136413702441313352
Binary110001010101100101111010010111110101001000010111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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