Html Css Color HEX #600251 Tyrian Purple

📋 copy color: '#600251'

red 96 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #600251

Tints of Tyrian Purple #600251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 53.63%
G = 1.12%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#600251 (or 0x600251) is known color: Tyrian Purple. HEX triplet: 60, 02 and 51. RGB value is (96,2,81). Sum of RGB (Red+Green+Blue) = 96+2+81=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #600251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600251 is #9FFDAE. Grayscale: #262626. Windows color (decimal): -10485167 or 5309024. OLE color: 5309024.

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

Color convert

RGB 96 2 81 -
CMYK 0 0.98 0.16 0.62
HSL 309.57º 0.96% 0.19% -
HSV(B) 309.57º 0.98% 0.38% -
XYZ 6.33 3.12 8.05 -
YUV 39.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 96 2 81 0 0.98 0.16 0.62 309.57 0.96 0.19
Hex 60 2 51 0 62 10 3E 136 60 13
Octal 140 2 121 0 142 20 76 466 140 23
Binary 1100000 10 1010001 0 1100010 10000 111110 100110110 1100000 10011

Color Harmonies of #600251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600251

Black with #600251

Text Example


Text Example

White with #600251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600251; }

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

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

background-color css

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

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

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

border-color css

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

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

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