Html Css Color HEX #640028 Tyrian Purple

📋 copy color: '#640028'

red 100 ◦ green 0 ◦ blue 40

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

Shades of Tyrian Purple #640028

Tints of Tyrian Purple #640028

RGB

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

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

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

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#640028 (or 0x640028) is known color: Tyrian Purple. HEX triplet: 64, 00 and 28. RGB value is (100,0,40). Sum of RGB (Red+Green+Blue) = 100+0+40=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #640028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640028 is #9BFFD7. Grayscale: #222222. Windows color (decimal): -10223576 or 2621540. OLE color: 2621540.

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

Color convert

RGB 100 0 40 -
CMYK 0 1 0.6 0.61
HSL 336º 1% 0.2% -
HSV(B) 336º 1% 0.39% -
XYZ 5.64 2.86 2.26 -
YUV 34.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 100 0 40 0 1 0.6 0.61 336 1 0.2
Hex 64 0 28 0 64 3C 3D 150 64 14
Octal 144 0 50 0 144 74 75 520 144 24
Binary 1100100 0 101000 0 1100100 111100 111101 101010000 1100100 10100

Color Harmonies of #640028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640028

Black with #640028

Text Example


Text Example

White with #640028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640028; }

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

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

background-color css

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

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

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

border-color css

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

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

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