#600530

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

Shades of Tyrian Purple #600530

Tints of Tyrian Purple #600530

Color information

#600530 (or 0x600530) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 30. RGB value is (96,5,48). Sum of RGB (Red+Green+Blue) = 96+5+48=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #600530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600530 is #9FFACF. Grayscale: #252525. Windows color (decimal): -10484432 or 3147104. OLE color: 3147104.

HSL color Cylindrical-coordinate representation of color #600530: hue angle of 331.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600530 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB96548-
CMYK00.950.500.62
HSL331.65º90.1%19.8%-
HSV(B)331.65º94.79%37.65%-
XYZ5.412.813.05-
YUV37.11134.15170-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=64.43%
G=3.36%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654800.950.500.62331.6590.119.8
Hex6053005F323E14c5a14
Octal1405600137627651413224
Binary110000010111000001011111110010111110101001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600530; }

 p { color: rgb(96,5,48); }

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

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

 a { background-color: rgb(96,5,48); }

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

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

 span { border-color: rgb(96,5,48); }

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