Html Css Color HEX #5C209E Royal Purple

📋 copy color: '#5C209E'

red 92 ◦ green 32 ◦ blue 158

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

Shades of Royal Purple #5C209E

Tints of Royal Purple #5C209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 158 (62.11% from 255) = 56.03%

R = 32.62%
G = 11.35%
B = 56.03%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C209E (or 0x5C209E) is known color: Royal Purple. HEX triplet: 5C, 20 and 9E. RGB value is (92,32,158). Sum of RGB (Red+Green+Blue) = 92+32+158=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C209E is #A3DF61. Grayscale: #3F3F3F. Windows color (decimal): -10739554 or 10362972. OLE color: 10362972.

HSL color Cylindrical-coordinate representation of color #5C209E: hue angle of 268.57º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C209E is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 32 158 -
CMYK 0.42 0.80 0 0.38
HSL 268.57º 0.66% 0.37% -
HSV(B) 268.57º 0.8% 0.62% -
XYZ 11.1 5.78 32.88 -
YUV 64.3 180.88 147.75 -
System Red Green Blue C M Y K H S L
Decimal 92 32 158 0.42 0.80 0 0.38 268.57 0.66 0.37
Hex 5C 20 9E 2A 50 0 26 10D 42 25
Octal 134 40 236 52 120 0 46 415 102 45
Binary 1011100 100000 10011110 101010 1010000 0 100110 100001101 1000010 100101

Color Harmonies of #5C209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C209E

Black with #5C209E

Text Example


Text Example

White with #5C209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,32,158); }

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

background-color css

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

 a { background-color: rgb(92,32,158); }

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

border-color css

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

 span { border-color: rgb(92,32,158); }

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