Html Css Color HEX #64012F Tyrian Purple

📋 copy color: '#64012F'

red 100 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #64012F

Tints of Tyrian Purple #64012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 67.57%
G = 0.68%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64012F (or 0x64012F) is known color: Tyrian Purple. HEX triplet: 64, 01 and 2F. RGB value is (100,1,47). Sum of RGB (Red+Green+Blue) = 100+1+47=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64012F is #9BFED0. Grayscale: #232323. Windows color (decimal): -10223313 or 3080548. OLE color: 3080548.

HSL color Cylindrical-coordinate representation of color #64012F: hue angle of 332.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64012F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 1 47 -
CMYK 0 0.99 0.53 0.61
HSL 332.12º 0.98% 0.2% -
HSV(B) 332.12º 0.99% 0.39% -
XYZ 5.78 2.94 2.95 -
YUV 35.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 100 1 47 0 0.99 0.53 0.61 332.12 0.98 0.2
Hex 64 1 2F 0 63 35 3D 14C 62 14
Octal 144 1 57 0 143 65 75 514 142 24
Binary 1100100 1 101111 0 1100011 110101 111101 101001100 1100010 10100

Color Harmonies of #64012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64012F

Black with #64012F

Text Example


Text Example

White with #64012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64012F; }

 p { color: rgb(100,1,47); }

 H1.HeaderClassName
 {
   color: #64012F;
 }
 .AnyTagClassName
 {
   color: #64012F;
 }
</style>

background-color css

<style>
 a { background-color: #64012F; }

 a { background-color: rgb(100,1,47); }

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

border-color css

<style>
 span { border-color: #64012F; }

 span { border-color: rgb(100,1,47); }

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