#62063B

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

Shades of Tyrian Purple #62063B

Tints of Tyrian Purple #62063B

Color information

#62063B (or 0x62063B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 3B. RGB value is (98,6,59). Sum of RGB (Red+Green+Blue) = 98+6+59=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62063B is #9DF9C4. Grayscale: #272727. Windows color (decimal): -10353093 or 3868258. OLE color: 3868258.

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

Color convert

RGB98659-
CMYK00.940.400.62
HSL325.43º88.46%20.39%-
HSV(B)325.43º93.88%38.43%-
XYZ5.893.044.41-
YUV39.55138.98169.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=60.12%
G=3.68%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9865900.940.400.62325.4388.4620.39
Hex6263B05E283E1455814
Octal1426730136507650513024
Binary110001011011101101011110101000111110101000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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