#64022A

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

Shades of Tyrian Purple #64022A

Tints of Tyrian Purple #64022A

Color information

#64022A (or 0x64022A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 2A. RGB value is (100,2,42). Sum of RGB (Red+Green+Blue) = 100+2+42=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #64022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64022A is #9BFDD5. Grayscale: #232323. Windows color (decimal): -10223062 or 2753124. OLE color: 2753124.

HSL color Cylindrical-coordinate representation of color #64022A: hue angle of 335.51º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64022A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB100242-
CMYK00.980.580.61
HSL335.51º96.08%20%-
HSV(B)335.51º98%39.22%-
XYZ5.72.922.45-
YUV35.86131.47173.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.44%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=69.44%
G=1.39%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10024200.980.580.61335.5196.0820
Hex6422A0623A3D1506014
Octal1442520142727552014024
Binary11001001010101001100010111010111101101010000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,2,42); }

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

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

 a { background-color: rgb(100,2,42); }

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

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

 span { border-color: rgb(100,2,42); }

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