Html Css Color HEX #640228 Tyrian Purple

📋 copy color: '#640228'

red 100 ◦ green 2 ◦ blue 40

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

Shades of Tyrian Purple #640228

Tints of Tyrian Purple #640228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 70.42%
G = 1.41%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#640228 (or 0x640228) is known color: Tyrian Purple. HEX triplet: 64, 02 and 28. RGB value is (100,2,40). Sum of RGB (Red+Green+Blue) = 100+2+40=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #640228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640228 is #9BFDD7. Grayscale: #232323. Windows color (decimal): -10223064 or 2622052. OLE color: 2622052.

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

Color convert

RGB 100 2 40 -
CMYK 0 0.98 0.6 0.61
HSL 336.73º 0.96% 0.2% -
HSV(B) 336.73º 0.98% 0.39% -
XYZ 5.66 2.91 2.27 -
YUV 35.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 100 2 40 0 0.98 0.6 0.61 336.73 0.96 0.2
Hex 64 2 28 0 62 3C 3D 151 60 14
Octal 144 2 50 0 142 74 75 521 140 24
Binary 1100100 10 101000 0 1100010 111100 111101 101010001 1100000 10100

Color Harmonies of #640228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640228

Black with #640228

Text Example


Text Example

White with #640228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640228; }

 p { color: rgb(100,2,40); }

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

background-color css

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

 a { background-color: rgb(100,2,40); }

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

border-color css

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

 span { border-color: rgb(100,2,40); }

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