Html Css Color HEX #640153 Tyrian Purple

📋 copy color: '#640153'

red 100 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #640153

Tints of Tyrian Purple #640153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 54.35%
G = 0.54%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#640153 (or 0x640153) is known color: Tyrian Purple. HEX triplet: 64, 01 and 53. RGB value is (100,1,83). Sum of RGB (Red+Green+Blue) = 100+1+83=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #640153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640153 is #9BFEAC. Grayscale: #272727. Windows color (decimal): -10223277 or 5439844. OLE color: 5439844.

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

Color convert

RGB 100 1 83 -
CMYK 0 0.99 0.17 0.61
HSL 310.3º 0.98% 0.2% -
HSV(B) 310.3º 0.99% 0.39% -
XYZ 6.83 3.36 8.47 -
YUV 39.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 100 1 83 0 0.99 0.17 0.61 310.3 0.98 0.2
Hex 64 1 53 0 63 11 3D 136 62 14
Octal 144 1 123 0 143 21 75 466 142 24
Binary 1100100 1 1010011 0 1100011 10001 111101 100110110 1100010 10100

Color Harmonies of #640153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640153

Black with #640153

Text Example


Text Example

White with #640153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640153; }

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

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

background-color css

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

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

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

border-color css

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

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

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