Html Css Color HEX #600156 Tyrian Purple

📋 copy color: '#600156'

red 96 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #600156

Tints of Tyrian Purple #600156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 52.46%
G = 0.55%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#600156 (or 0x600156) is known color: Tyrian Purple. HEX triplet: 60, 01 and 56. RGB value is (96,1,86). Sum of RGB (Red+Green+Blue) = 96+1+86=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #600156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600156 is #9FFEA9. Grayscale: #262626. Windows color (decimal): -10485418 or 5636448. OLE color: 5636448.

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

Color convert

RGB 96 1 86 -
CMYK 0 0.99 0.10 0.62
HSL 306.32º 0.98% 0.19% -
HSV(B) 306.32º 0.99% 0.38% -
XYZ 6.51 3.18 9.07 -
YUV 39.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 96 1 86 0 0.99 0.10 0.62 306.32 0.98 0.19
Hex 60 1 56 0 63 A 3E 132 62 13
Octal 140 1 126 0 143 12 76 462 142 23
Binary 1100000 1 1010110 0 1100011 1010 111110 100110010 1100010 10011

Color Harmonies of #600156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600156

Black with #600156

Text Example


Text Example

White with #600156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600156; }

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

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

background-color css

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

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

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

border-color css

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

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

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