Html Css Color HEX #5C3FAD Royal Purple

📋 copy color: '#5C3FAD'

red 92 ◦ green 63 ◦ blue 173

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

Shades of Royal Purple #5C3FAD

Tints of Royal Purple #5C3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 28.05%
G = 19.21%
B = 52.74%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C3FAD (or 0x5C3FAD) is known color: Royal Purple. HEX triplet: 5C, 3F and AD. RGB value is (92,63,173). Sum of RGB (Red+Green+Blue) = 92+63+173=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3FAD is #A3C052. Grayscale: #535353. Windows color (decimal): -10731603 or 11353948. OLE color: 11353948.

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

Color convert

RGB 92 63 173 -
CMYK 0.47 0.64 0 0.32
HSL 255.82º 0.47% 0.46% -
HSV(B) 255.82º 0.64% 0.68% -
XYZ 13.73 8.85 40.52 -
YUV 84.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 92 63 173 0.47 0.64 0 0.32 255.82 0.47 0.46
Hex 5C 3F AD 2F 40 0 20 100 2F 2E
Octal 134 77 255 57 100 0 40 400 57 56
Binary 1011100 111111 10101101 101111 1000000 0 100000 100000000 101111 101110

Color Harmonies of #5C3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3FAD

Black with #5C3FAD

Text Example


Text Example

White with #5C3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,63,173); }

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

background-color css

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

 a { background-color: rgb(92,63,173); }

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

border-color css

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

 span { border-color: rgb(92,63,173); }

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