#620224

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

Shades of Tyrian Purple #620224

Tints of Tyrian Purple #620224

Color information

#620224 (or 0x620224) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 24. RGB value is (98,2,36). Sum of RGB (Red+Green+Blue) = 98+2+36=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #620224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620224 is #9DFDDB. Grayscale: #222222. Windows color (decimal): -10354140 or 2359906. OLE color: 2359906.

HSL color Cylindrical-coordinate representation of color #620224: hue angle of 338.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620224 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB98236-
CMYK00.980.630.62
HSL338.75º96%19.61%-
HSV(B)338.75º97.96%38.43%-
XYZ5.382.771.92-
YUV34.58128.8173.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=72.06%
G=1.47%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823600.980.630.62338.759619.61
Hex622240623F3E1536014
Octal1422440142777652314024
Binary11000101010010001100010111111111110101010011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620224; }

 p { color: rgb(98,2,36); }

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

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

 a { background-color: rgb(98,2,36); }

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

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

 span { border-color: rgb(98,2,36); }

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