Html Css Color HEX #600951 Tyrian Purple

📋 copy color: '#600951'

red 96 ◦ green 9 ◦ blue 81

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

Shades of Tyrian Purple #600951

Tints of Tyrian Purple #600951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 51.61%
G = 4.84%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#600951 (or 0x600951) is known color: Tyrian Purple. HEX triplet: 60, 09 and 51. RGB value is (96,9,81). Sum of RGB (Red+Green+Blue) = 96+9+81=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600951 is #9FF6AE. Grayscale: #2B2B2B. Windows color (decimal): -10483375 or 5310816. OLE color: 5310816.

HSL color Cylindrical-coordinate representation of color #600951: hue angle of 310.34º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600951 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 81 -
CMYK 0 0.91 0.16 0.62
HSL 310.34º 0.83% 0.21% -
HSV(B) 310.34º 0.91% 0.38% -
XYZ 6.41 3.28 8.08 -
YUV 43.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 96 9 81 0 0.91 0.16 0.62 310.34 0.83 0.21
Hex 60 9 51 0 5B 10 3E 136 53 15
Octal 140 11 121 0 133 20 76 466 123 25
Binary 1100000 1001 1010001 0 1011011 10000 111110 100110110 1010011 10101

Color Harmonies of #600951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600951

Black with #600951

Text Example


Text Example

White with #600951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600951; }

 p { color: rgb(96,9,81); }

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

background-color css

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

 a { background-color: rgb(96,9,81); }

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

border-color css

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

 span { border-color: rgb(96,9,81); }

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