#600030

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

Shades of Tyrian Purple #600030

Tints of Tyrian Purple #600030

Color information

#600030 (or 0x600030) is unknown color: approx Tyrian Purple. HEX triplet: 60, 00 and 30. RGB value is (96,0,48). Sum of RGB (Red+Green+Blue) = 96+0+48=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600030 is #9FFFCF. Grayscale: #222222. Windows color (decimal): -10485712 or 3145824. OLE color: 3145824.

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

Color convert

RGB96048-
CMYK010.500.62
HSL330º100%18.82%-
HSV(B)330º100%37.65%-
XYZ5.362.73.04-
YUV34.18135.8172.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96048010.500.6233010018.82
Hex60030064323E14a6413
Octal1400600144627651214423
Binary1100000011000001100100110010111110101001010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600030; }

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

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

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

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

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

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

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

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