Html Css Color HEX #64024B Tyrian Purple

📋 copy color: '#64024B'

red 100 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #64024B

Tints of Tyrian Purple #64024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 56.5%
G = 1.13%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64024B (or 0x64024B) is known color: Tyrian Purple. HEX triplet: 64, 02 and 4B. RGB value is (100,2,75). Sum of RGB (Red+Green+Blue) = 100+2+75=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64024B is #9BFDB4. Grayscale: #272727. Windows color (decimal): -10223029 or 4915812. OLE color: 4915812.

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

Color convert

RGB 100 2 75 -
CMYK 0 0.98 0.25 0.61
HSL 315.31º 0.96% 0.2% -
HSV(B) 315.31º 0.98% 0.39% -
XYZ 6.55 3.26 6.94 -
YUV 39.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 100 2 75 0 0.98 0.25 0.61 315.31 0.96 0.2
Hex 64 2 4B 0 62 19 3D 13B 60 14
Octal 144 2 113 0 142 31 75 473 140 24
Binary 1100100 10 1001011 0 1100010 11001 111101 100111011 1100000 10100

Color Harmonies of #64024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64024B

Black with #64024B

Text Example


Text Example

White with #64024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64024B;
 }
 .AnyTagClassName
 {
   color: #64024B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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