Html Css Color HEX #600131 Tyrian Purple

📋 copy color: '#600131'

red 96 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #600131

Tints of Tyrian Purple #600131

RGB

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

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

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

R = 65.75%
G = 0.68%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#600131 (or 0x600131) is known color: Tyrian Purple. HEX triplet: 60, 01 and 31. RGB value is (96,1,49). Sum of RGB (Red+Green+Blue) = 96+1+49=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #600131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600131 is #9FFECE. Grayscale: #222222. Windows color (decimal): -10485455 or 3211616. OLE color: 3211616.

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

Color convert

RGB 96 1 49 -
CMYK 0 0.99 0.49 0.62
HSL 329.68º 0.98% 0.19% -
HSV(B) 329.68º 0.99% 0.38% -
XYZ 5.39 2.73 3.15 -
YUV 34.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 96 1 49 0 0.99 0.49 0.62 329.68 0.98 0.19
Hex 60 1 31 0 63 31 3E 14A 62 13
Octal 140 1 61 0 143 61 76 512 142 23
Binary 1100000 1 110001 0 1100011 110001 111110 101001010 1100010 10011

Color Harmonies of #600131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600131

Black with #600131

Text Example


Text Example

White with #600131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600131; }

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

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

background-color css

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

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

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

border-color css

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

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

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