#600151

Color #600151 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #600151

Tints of Tyrian Purple #600151

Color information

#600151 (or 0x600151) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 51. RGB value is (96,1,81). Sum of RGB (Red+Green+Blue) = 96+1+81=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #600151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600151 is #9FFEAE. Grayscale: #262626. Windows color (decimal): -10485423 or 5308768. OLE color: 5308768.

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

Color convert

RGB96181-
CMYK00.990.160.62
HSL309.47º97.94%19.02%-
HSV(B)309.47º98.96%37.65%-
XYZ6.323.18.05-
YUV38.52151.97169-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=53.93%
G=0.56%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9618100.990.160.62309.4797.9419.02
Hex60151063103E1356213
Octal14011210143207646514223
Binary1100000110100010110001110000111110100110101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600151; }

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

 H1.HeaderClassName
 {
   color: #600151;
 }
 .AnyTagClassName
 {
   color: #600151;
 }
</style>
background-color css

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

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

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

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

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

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