Html Css Color HEX #600031 Tyrian Purple

📋 copy color: '#600031'

red 96 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #600031

Tints of Tyrian Purple #600031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.79%

R = 66.21%
G = 0%
B = 33.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#600031 (or 0x600031) is known color: Tyrian Purple. HEX triplet: 60, 00 and 31. RGB value is (96,0,49). Sum of RGB (Red+Green+Blue) = 96+0+49=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #600031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600031 is #9FFFCE. Grayscale: #222222. Windows color (decimal): -10485711 or 3211360. OLE color: 3211360.

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

Color convert

RGB 96 0 49 -
CMYK 0 1 0.49 0.62
HSL 329.38º 1% 0.19% -
HSV(B) 329.38º 1% 0.38% -
XYZ 5.38 2.71 3.15 -
YUV 34.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 96 0 49 0 1 0.49 0.62 329.38 1 0.19
Hex 60 0 31 0 64 31 3E 149 64 13
Octal 140 0 61 0 144 61 76 511 144 23
Binary 1100000 0 110001 0 1100100 110001 111110 101001001 1100100 10011

Color Harmonies of #600031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600031

Black with #600031

Text Example


Text Example

White with #600031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600031; }

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

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

background-color css

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

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

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

border-color css

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

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

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