Html Css Color HEX #5C3BAC Royal Purple

📋 copy color: '#5C3BAC'

red 92 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #5C3BAC

Tints of Royal Purple #5C3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.27%

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 28.48%
G = 18.27%
B = 53.25%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C3BAC (or 0x5C3BAC) is known color: Royal Purple. HEX triplet: 5C, 3B and AC. RGB value is (92,59,172). Sum of RGB (Red+Green+Blue) = 92+59+172=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3BAC is #A3C453. Grayscale: #515151. Windows color (decimal): -10732628 or 11287388. OLE color: 11287388.

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

Color convert

RGB 92 59 172 -
CMYK 0.47 0.66 0 0.33
HSL 257.52º 0.49% 0.45% -
HSV(B) 257.52º 0.66% 0.67% -
XYZ 13.42 8.38 39.94 -
YUV 81.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 92 59 172 0.47 0.66 0 0.33 257.52 0.49 0.45
Hex 5C 3B AC 2F 42 0 21 102 31 2D
Octal 134 73 254 57 102 0 41 402 61 55
Binary 1011100 111011 10101100 101111 1000010 0 100001 100000010 110001 101101

Color Harmonies of #5C3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3BAC

Black with #5C3BAC

Text Example


Text Example

White with #5C3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,59,172); }

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

background-color css

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

 a { background-color: rgb(92,59,172); }

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

border-color css

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

 span { border-color: rgb(92,59,172); }

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