Html Css Color HEX #600351 Tyrian Purple

📋 copy color: '#600351'

red 96 ◦ green 3 ◦ blue 81

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

Shades of Tyrian Purple #600351

Tints of Tyrian Purple #600351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

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

R = 53.33%
G = 1.67%
B = 45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#600351 (or 0x600351) is known color: Tyrian Purple. HEX triplet: 60, 03 and 51. RGB value is (96,3,81). Sum of RGB (Red+Green+Blue) = 96+3+81=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #600351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600351 is #9FFCAE. Grayscale: #272727. Windows color (decimal): -10484911 or 5309280. OLE color: 5309280.

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

Color convert

RGB 96 3 81 -
CMYK 0 0.97 0.16 0.62
HSL 309.68º 0.94% 0.19% -
HSV(B) 309.68º 0.97% 0.38% -
XYZ 6.34 3.15 8.06 -
YUV 39.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 96 3 81 0 0.97 0.16 0.62 309.68 0.94 0.19
Hex 60 3 51 0 61 10 3E 136 5E 13
Octal 140 3 121 0 141 20 76 466 136 23
Binary 1100000 11 1010001 0 1100001 10000 111110 100110110 1011110 10011

Color Harmonies of #600351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600351

Black with #600351

Text Example


Text Example

White with #600351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600351; }

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

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

background-color css

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

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

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

border-color css

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

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

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