#5C42AB

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

Shades of Royal Purple #5C42AB

Tints of Royal Purple #5C42AB

Color information

#5C42AB (or 0x5C42AB) is unknown color: approx Royal Purple. HEX triplet: 5C, 42 and AB. RGB value is (92,66,171). Sum of RGB (Red+Green+Blue) = 92+66+171=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C42AB is #A3BD54. Grayscale: #555555. Windows color (decimal): -10730837 or 11223644. OLE color: 11223644.

HSL color Cylindrical-coordinate representation of color #5C42AB: hue angle of 254.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C42AB is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9266171-
CMYK0.460.6100.33
HSL254.86º44.3%46.47%-
HSV(B)254.86º61.4%67.06%-
XYZ13.719.1139.56-
YUV85.74176.11132.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=27.96%
G=20.06%
B=51.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92661710.460.6100.33254.8644.346.47
Hex5C42AB2E3D021ff2c2e
Octal13410225356750413775456
Binary1011100100001010101011101110111101010000111111111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,66,171); }

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

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

 a { background-color: rgb(92,66,171); }

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

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

 span { border-color: rgb(92,66,171); }

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