Html Css Color HEX #64005A Tyrian Purple

📋 copy color: '#64005A'

red 100 ◦ green 0 ◦ blue 90

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

Shades of Tyrian Purple #64005A

Tints of Tyrian Purple #64005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 47.37%

R = 52.63%
G = 0%
B = 47.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64005A (or 0x64005A) is known color: Tyrian Purple. HEX triplet: 64, 00 and 5A. RGB value is (100,0,90). Sum of RGB (Red+Green+Blue) = 100+0+90=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #64005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64005A is #9BFFA5. Grayscale: #272727. Windows color (decimal): -10223526 or 5898340. OLE color: 5898340.

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

Color convert

RGB 100 0 90 -
CMYK 0 1 0.10 0.61
HSL 306º 1% 0.2% -
HSV(B) 306º 1% 0.39% -
XYZ 7.1 3.45 9.96 -
YUV 40.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 100 0 90 0 1 0.10 0.61 306 1 0.2
Hex 64 0 5A 0 64 A 3D 132 64 14
Octal 144 0 132 0 144 12 75 462 144 24
Binary 1100100 0 1011010 0 1100100 1010 111101 100110010 1100100 10100

Color Harmonies of #64005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64005A

Black with #64005A

Text Example


Text Example

White with #64005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,0,90); }

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

background-color css

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

 a { background-color: rgb(100,0,90); }

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

border-color css

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

 span { border-color: rgb(100,0,90); }

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