Html Css Color HEX #600A51 Tyrian Purple

📋 copy color: '#600A51'

red 96 ◦ green 10 ◦ blue 81

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

Shades of Tyrian Purple #600A51

Tints of Tyrian Purple #600A51

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

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

R = 51.34%
G = 5.35%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#600A51 (or 0x600A51) is known color: Tyrian Purple. HEX triplet: 60, 0A and 51. RGB value is (96,10,81). Sum of RGB (Red+Green+Blue) = 96+10+81=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #600A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A51 is #9FF5AE. Grayscale: #2B2B2B. Windows color (decimal): -10483119 or 5311072. OLE color: 5311072.

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

Color convert

RGB 96 10 81 -
CMYK 0 0.90 0.16 0.62
HSL 310.47º 0.81% 0.21% -
HSV(B) 310.47º 0.9% 0.38% -
XYZ 6.42 3.3 8.08 -
YUV 43.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 96 10 81 0 0.90 0.16 0.62 310.47 0.81 0.21
Hex 60 A 51 0 5A 10 3E 136 51 15
Octal 140 12 121 0 132 20 76 466 121 25
Binary 1100000 1010 1010001 0 1011010 10000 111110 100110110 1010001 10101

Color Harmonies of #600A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A51

Black with #600A51

Text Example


Text Example

White with #600A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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