#620244

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

Shades of Tyrian Purple #620244

Tints of Tyrian Purple #620244

Color information

#620244 (or 0x620244) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 44. RGB value is (98,2,68). Sum of RGB (Red+Green+Blue) = 98+2+68=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #620244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620244 is #9DFDBB. Grayscale: #262626. Windows color (decimal): -10354108 or 4457058. OLE color: 4457058.

HSL color Cylindrical-coordinate representation of color #620244: hue angle of 318.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 #620244 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB98268-
CMYK00.980.310.62
HSL318.75º96%19.61%-
HSV(B)318.75º97.96%38.43%-
XYZ6.13.065.74-
YUV38.23144.8170.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 68 (26.95% from 255) = 40.48%
R=58.33%
G=1.19%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9826800.980.310.62318.759619.61
Hex622440621F3E13f6014
Octal14221040142377647714024
Binary11000101010001000110001011111111110100111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620244; }

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

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

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

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

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

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

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

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