#5C0952

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

Shades of Tyrian Purple #5C0952

Tints of Tyrian Purple #5C0952

Color information

#5C0952 (or 0x5C0952) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 09 and 52. RGB value is (92,9,82). Sum of RGB (Red+Green+Blue) = 92+9+82=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0952 is #A3F6AD. Grayscale: #292929. Windows color (decimal): -10745518 or 5376348. OLE color: 5376348.

HSL color Cylindrical-coordinate representation of color #5C0952: hue angle of 307.23º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0952 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB92982-
CMYK00.900.110.64
HSL307.23º82.18%19.8%-
HSV(B)307.23º90.22%36.08%-
XYZ6.033.088.26-
YUV42.14150.5163.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 50.27%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=50.27%
G=4.92%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9298200.900.110.64307.2382.1819.8
Hex5C95205AB401335214
Octal1341112201321310046312224
Binary1011100100110100100101101010111000000100110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C0952; }

 p { color: rgb(92,9,82); }

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

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

 a { background-color: rgb(92,9,82); }

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

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

 span { border-color: rgb(92,9,82); }

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