Html Css Color HEX #600157 Tyrian Purple

📋 copy color: '#600157'

red 96 ◦ green 1 ◦ blue 87

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

Shades of Tyrian Purple #600157

Tints of Tyrian Purple #600157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.28%

R = 52.17%
G = 0.54%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#600157 (or 0x600157) is known color: Tyrian Purple. HEX triplet: 60, 01 and 57. RGB value is (96,1,87). Sum of RGB (Red+Green+Blue) = 96+1+87=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #600157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600157 is #9FFEA8. Grayscale: #262626. Windows color (decimal): -10485417 or 5701984. OLE color: 5701984.

HSL color Cylindrical-coordinate representation of color #600157: hue angle of 305.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 #600157 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 87 -
CMYK 0 0.99 0.09 0.62
HSL 305.68º 0.98% 0.19% -
HSV(B) 305.68º 0.99% 0.38% -
XYZ 6.56 3.2 9.29 -
YUV 39.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 96 1 87 0 0.99 0.09 0.62 305.68 0.98 0.19
Hex 60 1 57 0 63 9 3E 132 62 13
Octal 140 1 127 0 143 11 76 462 142 23
Binary 1100000 1 1010111 0 1100011 1001 111110 100110010 1100010 10011

Color Harmonies of #600157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600157

Black with #600157

Text Example


Text Example

White with #600157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600157; }

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

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

background-color css

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

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

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

border-color css

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

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

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