Html Css Color HEX #64002C Tyrian Purple

📋 copy color: '#64002C'

red 100 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #64002C

Tints of Tyrian Purple #64002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.56%

R = 69.44%
G = 0%
B = 30.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#64002C (or 0x64002C) is known color: Tyrian Purple. HEX triplet: 64, 00 and 2C. RGB value is (100,0,44). Sum of RGB (Red+Green+Blue) = 100+0+44=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #64002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64002C is #9BFFD3. Grayscale: #222222. Windows color (decimal): -10223572 or 2883684. OLE color: 2883684.

HSL color Cylindrical-coordinate representation of color #64002C: hue angle of 333.6º 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 #64002C is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 0 44 -
CMYK 0 1 0.56 0.61
HSL 333.6º 1% 0.2% -
HSV(B) 333.6º 1% 0.39% -
XYZ 5.71 2.89 2.64 -
YUV 34.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 100 0 44 0 1 0.56 0.61 333.6 1 0.2
Hex 64 0 2C 0 64 38 3D 14E 64 14
Octal 144 0 54 0 144 70 75 516 144 24
Binary 1100100 0 101100 0 1100100 111000 111101 101001110 1100100 10100

Color Harmonies of #64002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64002C

Black with #64002C

Text Example


Text Example

White with #64002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64002C; }

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

 H1.HeaderClassName
 {
   color: #64002C;
 }
 .AnyTagClassName
 {
   color: #64002C;
 }
</style>

background-color css

<style>
 a { background-color: #64002C; }

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

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

border-color css

<style>
 span { border-color: #64002C; }

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

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