#64022B

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

Shades of Tyrian Purple #64022B

Tints of Tyrian Purple #64022B

Color information

#64022B (or 0x64022B) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 2B. RGB value is (100,2,43). Sum of RGB (Red+Green+Blue) = 100+2+43=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #64022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64022B is #9BFDD4. Grayscale: #232323. Windows color (decimal): -10223061 or 2818660. OLE color: 2818660.

HSL color Cylindrical-coordinate representation of color #64022B: hue angle of 334.9º 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 #64022B is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB100243-
CMYK00.980.570.61
HSL334.9º96.08%20%-
HSV(B)334.9º98%39.22%-
XYZ5.712.932.55-
YUV35.98131.97173.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.97%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=68.97%
G=1.38%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10024300.980.570.61334.996.0820
Hex6422B062393D14f6014
Octal1442530142717551714024
Binary11001001010101101100010111001111101101001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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