Html Css Color HEX #5C3EAB Royal Purple

📋 copy color: '#5C3EAB'

red 92 ◦ green 62 ◦ blue 171

#5C3EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #5C3EAB

Tints of Royal Purple #5C3EAB

RGB

 RED value IS 92 (36.33% from 255) = 28.31%

 GREEN value IS 62 (24.61% from 255) = 19.08%

 BLUE value IS 171 (67.19% from 255) = 52.62%

R = 28.31%
G = 19.08%
B = 52.62%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C3EAB (or 0x5C3EAB) is known color: Royal Purple. HEX triplet: 5C, 3E and AB. RGB value is (92,62,171). Sum of RGB (Red+Green+Blue) = 92+62+171=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3EAB is #A3C154. Grayscale: #525252. Windows color (decimal): -10731861 or 11222620. OLE color: 11222620.

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

Color convert

RGB 92 62 171 -
CMYK 0.46 0.64 0 0.33
HSL 256.51º 0.47% 0.46% -
HSV(B) 256.51º 0.64% 0.67% -
XYZ 13.49 8.66 39.49 -
YUV 83.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 92 62 171 0.46 0.64 0 0.33 256.51 0.47 0.46
Hex 5C 3E AB 2E 40 0 21 101 2F 2E
Octal 134 76 253 56 100 0 41 401 57 56
Binary 1011100 111110 10101011 101110 1000000 0 100001 100000001 101111 101110

Color Harmonies of #5C3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3EAB

Black with #5C3EAB

Text Example


Text Example

White with #5C3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C3EAB;
 }
 .AnyTagClassName
 {
   color: #5C3EAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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