#62064A

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

Shades of Tyrian Purple #62064A

Tints of Tyrian Purple #62064A

Color information

#62064A (or 0x62064A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 4A. RGB value is (98,6,74). Sum of RGB (Red+Green+Blue) = 98+6+74=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62064A is #9DF9B5. Grayscale: #292929. Windows color (decimal): -10353078 or 4851298. OLE color: 4851298.

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

Color convert

RGB98674-
CMYK00.940.240.62
HSL315.65º88.46%20.39%-
HSV(B)315.65º93.88%38.43%-
XYZ6.343.226.77-
YUV41.26146.48168.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=55.06%
G=3.37%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9867400.940.240.62315.6588.4620.39
Hex6264A05E183E13c5814
Octal14261120136307647413024
Binary110001011010010100101111011000111110100111100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62064A; }

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

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

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

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

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

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

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

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