Html Css Color HEX #5C219E Royal Purple

📋 copy color: '#5C219E'

red 92 ◦ green 33 ◦ blue 158

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

Shades of Royal Purple #5C219E

Tints of Royal Purple #5C219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 32.51%
G = 11.66%
B = 55.83%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C219E (or 0x5C219E) is known color: Royal Purple. HEX triplet: 5C, 21 and 9E. RGB value is (92,33,158). Sum of RGB (Red+Green+Blue) = 92+33+158=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C219E is #A3DE61. Grayscale: #404040. Windows color (decimal): -10739298 or 10363228. OLE color: 10363228.

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

Color convert

RGB 92 33 158 -
CMYK 0.42 0.79 0 0.38
HSL 268.32º 0.65% 0.37% -
HSV(B) 268.32º 0.79% 0.62% -
XYZ 11.13 5.83 32.89 -
YUV 64.89 180.55 147.34 -
System Red Green Blue C M Y K H S L
Decimal 92 33 158 0.42 0.79 0 0.38 268.32 0.65 0.37
Hex 5C 21 9E 2A 4F 0 26 10C 41 25
Octal 134 41 236 52 117 0 46 414 101 45
Binary 1011100 100001 10011110 101010 1001111 0 100110 100001100 1000001 100101

Color Harmonies of #5C219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C219E

Black with #5C219E

Text Example


Text Example

White with #5C219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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