Html Css Color HEX #640133 Tyrian Purple

📋 copy color: '#640133'

red 100 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #640133

Tints of Tyrian Purple #640133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 65.79%
G = 0.66%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#640133 (or 0x640133) is known color: Tyrian Purple. HEX triplet: 64, 01 and 33. RGB value is (100,1,51). Sum of RGB (Red+Green+Blue) = 100+1+51=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #640133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640133 is #9BFECC. Grayscale: #242424. Windows color (decimal): -10223309 or 3342692. OLE color: 3342692.

HSL color Cylindrical-coordinate representation of color #640133: hue angle of 329.7º 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 #640133 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 1 51 -
CMYK 0 0.99 0.49 0.61
HSL 329.7º 0.98% 0.2% -
HSV(B) 329.7º 0.99% 0.39% -
XYZ 5.86 2.97 3.4 -
YUV 36.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 100 1 51 0 0.99 0.49 0.61 329.7 0.98 0.2
Hex 64 1 33 0 63 31 3D 14A 62 14
Octal 144 1 63 0 143 61 75 512 142 24
Binary 1100100 1 110011 0 1100011 110001 111101 101001010 1100010 10100

Color Harmonies of #640133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640133

Black with #640133

Text Example


Text Example

White with #640133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640133; }

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

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

background-color css

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

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

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

border-color css

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

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

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