Html Css Color HEX #64023A Tyrian Purple

📋 copy color: '#64023A'

red 100 ◦ green 2 ◦ blue 58

#64023A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #64023A

Tints of Tyrian Purple #64023A

RGB

 RED value IS 100 (39.45% from 255) = 62.5%

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 62.5%
G = 1.25%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64023A (or 0x64023A) is known color: Tyrian Purple. HEX triplet: 64, 02 and 3A. RGB value is (100,2,58). Sum of RGB (Red+Green+Blue) = 100+2+58=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #64023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64023A is #9BFDC5. Grayscale: #252525. Windows color (decimal): -10223046 or 3801700. OLE color: 3801700.

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

Color convert

RGB 100 2 58 -
CMYK 0 0.98 0.42 0.61
HSL 325.71º 0.96% 0.2% -
HSV(B) 325.71º 0.98% 0.39% -
XYZ 6.04 3.06 4.27 -
YUV 37.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 100 2 58 0 0.98 0.42 0.61 325.71 0.96 0.2
Hex 64 2 3A 0 62 2A 3D 146 60 14
Octal 144 2 72 0 142 52 75 506 140 24
Binary 1100100 10 111010 0 1100010 101010 111101 101000110 1100000 10100

Color Harmonies of #64023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64023A

Black with #64023A

Text Example


Text Example

White with #64023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64023A;
 }
 .AnyTagClassName
 {
   color: #64023A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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