#600250

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

Shades of Tyrian Purple #600250

Tints of Tyrian Purple #600250

Color information

#600250 (or 0x600250) is unknown color: approx Tyrian Purple. HEX triplet: 60, 02 and 50. RGB value is (96,2,80). Sum of RGB (Red+Green+Blue) = 96+2+80=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #600250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600250 is #9FFDAF. Grayscale: #262626. Windows color (decimal): -10485168 or 5243488. OLE color: 5243488.

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

Color convert

RGB96280-
CMYK00.980.170.62
HSL310.21º95.92%19.22%-
HSV(B)310.21º97.92%37.65%-
XYZ6.293.117.86-
YUV39151.14168.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=53.93%
G=1.12%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9628000.980.170.62310.2195.9219.22
Hex60250062113E1366013
Octal14021200142217646614023
Binary11000001010100000110001010001111110100110110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600250; }

 p { color: rgb(96,2,80); }

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

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

 a { background-color: rgb(96,2,80); }

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

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

 span { border-color: rgb(96,2,80); }

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