Html Css Color HEX #5C3FAF Royal Purple

📋 copy color: '#5C3FAF'

red 92 ◦ green 63 ◦ blue 175

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

Shades of Royal Purple #5C3FAF

Tints of Royal Purple #5C3FAF

RGB

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

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

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

R = 27.88%
G = 19.09%
B = 53.03%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5C3FAF (or 0x5C3FAF) is known color: Royal Purple. HEX triplet: 5C, 3F and AF. RGB value is (92,63,175). Sum of RGB (Red+Green+Blue) = 92+63+175=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C3FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3FAF is #A3C050. Grayscale: #545454. Windows color (decimal): -10731601 or 11485020. OLE color: 11485020.

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

Color convert

RGB 92 63 175 -
CMYK 0.47 0.64 0 0.31
HSL 255.54º 0.47% 0.47% -
HSV(B) 255.54º 0.64% 0.69% -
XYZ 13.93 8.93 41.55 -
YUV 84.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 92 63 175 0.47 0.64 0 0.31 255.54 0.47 0.47
Hex 5C 3F AF 2F 40 0 1F 100 2F 2F
Octal 134 77 257 57 100 0 37 400 57 57
Binary 1011100 111111 10101111 101111 1000000 0 11111 100000000 101111 101111

Color Harmonies of #5C3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3FAF

Black with #5C3FAF

Text Example


Text Example

White with #5C3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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