Html Css Color HEX #64002B Tyrian Purple

📋 copy color: '#64002B'

red 100 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #64002B

Tints of Tyrian Purple #64002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 69.93%
G = 0%
B = 30.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#64002B (or 0x64002B) is known color: Tyrian Purple. HEX triplet: 64, 00 and 2B. RGB value is (100,0,43). Sum of RGB (Red+Green+Blue) = 100+0+43=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #64002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64002B is #9BFFD4. Grayscale: #222222. Windows color (decimal): -10223573 or 2818148. OLE color: 2818148.

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

Color convert

RGB 100 0 43 -
CMYK 0 1 0.57 0.61
HSL 334.2º 1% 0.2% -
HSV(B) 334.2º 1% 0.39% -
XYZ 5.69 2.88 2.54 -
YUV 34.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 100 0 43 0 1 0.57 0.61 334.2 1 0.2
Hex 64 0 2B 0 64 39 3D 14E 64 14
Octal 144 0 53 0 144 71 75 516 144 24
Binary 1100100 0 101011 0 1100100 111001 111101 101001110 1100100 10100

Color Harmonies of #64002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64002B

Black with #64002B

Text Example


Text Example

White with #64002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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