Html Css Color HEX #5C3CAF Royal Purple

📋 copy color: '#5C3CAF'

red 92 ◦ green 60 ◦ blue 175

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

Shades of Royal Purple #5C3CAF

Tints of Royal Purple #5C3CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 28.13%
G = 18.35%
B = 53.52%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5C3CAF (or 0x5C3CAF) is known color: Royal Purple. HEX triplet: 5C, 3C and AF. RGB value is (92,60,175). Sum of RGB (Red+Green+Blue) = 92+60+175=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3CAF is #A3C350. Grayscale: #525252. Windows color (decimal): -10732369 or 11484252. OLE color: 11484252.

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

Color convert

RGB 92 60 175 -
CMYK 0.47 0.66 0 0.31
HSL 256.7º 0.49% 0.46% -
HSV(B) 256.7º 0.66% 0.69% -
XYZ 13.77 8.6 41.49 -
YUV 82.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 92 60 175 0.47 0.66 0 0.31 256.7 0.49 0.46
Hex 5C 3C AF 2F 42 0 1F 101 31 2E
Octal 134 74 257 57 102 0 37 401 61 56
Binary 1011100 111100 10101111 101111 1000010 0 11111 100000001 110001 101110

Color Harmonies of #5C3CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3CAF

Black with #5C3CAF

Text Example


Text Example

White with #5C3CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,60,175); }

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

background-color css

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

 a { background-color: rgb(92,60,175); }

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

border-color css

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

 span { border-color: rgb(92,60,175); }

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