Html Css Color HEX #600155 Tyrian Purple

📋 copy color: '#600155'

red 96 ◦ green 1 ◦ blue 85

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

Shades of Tyrian Purple #600155

Tints of Tyrian Purple #600155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 52.75%
G = 0.55%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#600155 (or 0x600155) is known color: Tyrian Purple. HEX triplet: 60, 01 and 55. RGB value is (96,1,85). Sum of RGB (Red+Green+Blue) = 96+1+85=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #600155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600155 is #9FFEAA. Grayscale: #262626. Windows color (decimal): -10485419 or 5570912. OLE color: 5570912.

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

Color convert

RGB 96 1 85 -
CMYK 0 0.99 0.11 0.62
HSL 306.95º 0.98% 0.19% -
HSV(B) 306.95º 0.99% 0.38% -
XYZ 6.47 3.16 8.86 -
YUV 38.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 96 1 85 0 0.99 0.11 0.62 306.95 0.98 0.19
Hex 60 1 55 0 63 B 3E 133 62 13
Octal 140 1 125 0 143 13 76 463 142 23
Binary 1100000 1 1010101 0 1100011 1011 111110 100110011 1100010 10011

Color Harmonies of #600155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600155

Black with #600155

Text Example


Text Example

White with #600155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600155; }

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

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

background-color css

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

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

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

border-color css

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

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

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