#62064F

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

Shades of Tyrian Purple #62064F

Tints of Tyrian Purple #62064F

Color information

#62064F (or 0x62064F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 4F. RGB value is (98,6,79). Sum of RGB (Red+Green+Blue) = 98+6+79=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62064F is #9DF9B0. Grayscale: #292929. Windows color (decimal): -10353073 or 5178978. OLE color: 5178978.

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

Color convert

RGB98679-
CMYK00.940.190.62
HSL312.39º88.46%20.39%-
HSV(B)312.39º93.88%38.43%-
XYZ6.513.297.69-
YUV41.83148.98168.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=53.55%
G=3.28%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9867900.940.190.62312.3988.4620.39
Hex6264F05E133E1385814
Octal14261170136237647013024
Binary110001011010011110101111010011111110100111000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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