#62063F

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

Shades of Tyrian Purple #62063F

Tints of Tyrian Purple #62063F

Color information

#62063F (or 0x62063F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 3F. RGB value is (98,6,63). Sum of RGB (Red+Green+Blue) = 98+6+63=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #62063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62063F is #9DF9C0. Grayscale: #272727. Windows color (decimal): -10353089 or 4130402. OLE color: 4130402.

HSL color Cylindrical-coordinate representation of color #62063F: hue angle of 322.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62063F is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB98663-
CMYK00.940.360.62
HSL322.83º88.46%20.39%-
HSV(B)322.83º93.88%38.43%-
XYZ63.094.98-
YUV40.01140.98169.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 63 (25% from 255) = 37.72%
R=58.68%
G=3.59%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9866300.940.360.62322.8388.4620.39
Hex6263F05E243E1435814
Octal1426770136447650313024
Binary110001011011111101011110100100111110101000011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62063F; }

 p { color: rgb(98,6,63); }

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

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

 a { background-color: rgb(98,6,63); }

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

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

 span { border-color: rgb(98,6,63); }

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