#62064C

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

Shades of Tyrian Purple #62064C

Tints of Tyrian Purple #62064C

Color information

#62064C (or 0x62064C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 4C. RGB value is (98,6,76). Sum of RGB (Red+Green+Blue) = 98+6+76=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62064C is #9DF9B3. Grayscale: #292929. Windows color (decimal): -10353076 or 4982370. OLE color: 4982370.

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

Color convert

RGB98676-
CMYK00.940.220.62
HSL314.35º88.46%20.39%-
HSV(B)314.35º93.88%38.43%-
XYZ6.413.257.13-
YUV41.49147.48168.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.44%
GREEN value IS 6 (2.73% from 255) = 3.33%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=54.44%
G=3.33%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9867600.940.220.62314.3588.4620.39
Hex6264C05E163E13a5814
Octal14261140136267647213024
Binary110001011010011000101111010110111110100111010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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