#620225

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

Shades of Tyrian Purple #620225

Tints of Tyrian Purple #620225

Color information

#620225 (or 0x620225) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 25. RGB value is (98,2,37). Sum of RGB (Red+Green+Blue) = 98+2+37=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #620225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620225 is #9DFDDA. Grayscale: #222222. Windows color (decimal): -10354139 or 2425442. OLE color: 2425442.

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

Color convert

RGB98237-
CMYK00.980.620.62
HSL338.12º96%19.61%-
HSV(B)338.12º97.96%38.43%-
XYZ5.392.772-
YUV34.69129.3173.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=71.53%
G=1.46%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823700.980.620.62338.129619.61
Hex622250623E3E1526014
Octal1422450142767652214024
Binary11000101010010101100010111110111110101010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620225; }

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

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

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

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

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

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

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

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