Html Css Color HEX #5C3DAF Royal Purple

📋 copy color: '#5C3DAF'

red 92 ◦ green 61 ◦ blue 175

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

Shades of Royal Purple #5C3DAF

Tints of Royal Purple #5C3DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

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

R = 28.05%
G = 18.6%
B = 53.35%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5C3DAF (or 0x5C3DAF) is known color: Royal Purple. HEX triplet: 5C, 3D and AF. RGB value is (92,61,175). Sum of RGB (Red+Green+Blue) = 92+61+175=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C3DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3DAF is #A3C250. Grayscale: #525252. Windows color (decimal): -10732113 or 11484508. OLE color: 11484508.

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

Color convert

RGB 92 61 175 -
CMYK 0.47 0.65 0 0.31
HSL 256.32º 0.48% 0.46% -
HSV(B) 256.32º 0.65% 0.69% -
XYZ 13.82 8.71 41.51 -
YUV 83.27 179.77 134.23 -
System Red Green Blue C M Y K H S L
Decimal 92 61 175 0.47 0.65 0 0.31 256.32 0.48 0.46
Hex 5C 3D AF 2F 41 0 1F 100 30 2E
Octal 134 75 257 57 101 0 37 400 60 56
Binary 1011100 111101 10101111 101111 1000001 0 11111 100000000 110000 101110

Color Harmonies of #5C3DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3DAF

Black with #5C3DAF

Text Example


Text Example

White with #5C3DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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