Html Css Color HEX #600044 Tyrian Purple

📋 copy color: '#600044'

red 96 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #600044

Tints of Tyrian Purple #600044

RGB

 RED value IS 96 (37.89% from 255) = 58.54%

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

 BLUE value IS 68 (26.95% from 255) = 41.46%

R = 58.54%
G = 0%
B = 41.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#600044 (or 0x600044) is known color: Tyrian Purple. HEX triplet: 60, 00 and 44. RGB value is (96,0,68). Sum of RGB (Red+Green+Blue) = 96+0+68=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #600044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600044 is #9FFFBB. Grayscale: #242424. Windows color (decimal): -10485692 or 4456544. OLE color: 4456544.

HSL color Cylindrical-coordinate representation of color #600044: hue angle of 317.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600044 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 68 -
CMYK 0 1 0.29 0.62
HSL 317.5º 1% 0.19% -
HSV(B) 317.5º 1% 0.38% -
XYZ 5.87 2.9 5.72 -
YUV 36.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 96 0 68 0 1 0.29 0.62 317.5 1 0.19
Hex 60 0 44 0 64 1D 3E 13E 64 13
Octal 140 0 104 0 144 35 76 476 144 23
Binary 1100000 0 1000100 0 1100100 11101 111110 100111110 1100100 10011

Color Harmonies of #600044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600044

Black with #600044

Text Example


Text Example

White with #600044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600044; }

 p { color: rgb(96,0,68); }

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

background-color css

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

 a { background-color: rgb(96,0,68); }

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

border-color css

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

 span { border-color: rgb(96,0,68); }

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