Html Css Color HEX #64053A Tyrian Purple

📋 copy color: '#64053A'

red 100 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #64053A

Tints of Tyrian Purple #64053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

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

R = 61.35%
G = 3.07%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64053A (or 0x64053A) is known color: Tyrian Purple. HEX triplet: 64, 05 and 3A. RGB value is (100,5,58). Sum of RGB (Red+Green+Blue) = 100+5+58=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64053A is #9BFAC5. Grayscale: #272727. Windows color (decimal): -10222278 or 3802468. OLE color: 3802468.

HSL color Cylindrical-coordinate representation of color #64053A: hue angle of 326.53º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64053A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 5 58 -
CMYK 0 0.95 0.42 0.61
HSL 326.53º 0.9% 0.21% -
HSV(B) 326.53º 0.95% 0.39% -
XYZ 6.07 3.12 4.29 -
YUV 39.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 100 5 58 0 0.95 0.42 0.61 326.53 0.9 0.21
Hex 64 5 3A 0 5F 2A 3D 147 5A 15
Octal 144 5 72 0 137 52 75 507 132 25
Binary 1100100 101 111010 0 1011111 101010 111101 101000111 1011010 10101

Color Harmonies of #64053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64053A

Black with #64053A

Text Example


Text Example

White with #64053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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