Html Css Color HEX #5C3BAB Royal Purple

📋 copy color: '#5C3BAB'

red 92 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #5C3BAB

Tints of Royal Purple #5C3BAB

RGB

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

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

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

R = 28.57%
G = 18.32%
B = 53.11%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C3BAB (or 0x5C3BAB) is known color: Royal Purple. HEX triplet: 5C, 3B and AB. RGB value is (92,59,171). Sum of RGB (Red+Green+Blue) = 92+59+171=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C3BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3BAB is #A3C454. Grayscale: #515151. Windows color (decimal): -10732629 or 11221852. OLE color: 11221852.

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

Color convert

RGB 92 59 171 -
CMYK 0.46 0.65 0 0.33
HSL 257.68º 0.49% 0.45% -
HSV(B) 257.68º 0.65% 0.67% -
XYZ 13.33 8.34 39.44 -
YUV 81.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 92 59 171 0.46 0.65 0 0.33 257.68 0.49 0.45
Hex 5C 3B AB 2E 41 0 21 102 31 2D
Octal 134 73 253 56 101 0 41 402 61 55
Binary 1011100 111011 10101011 101110 1000001 0 100001 100000010 110001 101101

Color Harmonies of #5C3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3BAB

Black with #5C3BAB

Text Example


Text Example

White with #5C3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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