Html Css Color HEX #5E279C Royal Purple

📋 copy color: '#5E279C'

red 94 ◦ green 39 ◦ blue 156

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

Shades of Royal Purple #5E279C

Tints of Royal Purple #5E279C

RGB

 RED value IS 94 (37.11% from 255) = 32.53%

 GREEN value IS 39 (15.63% from 255) = 13.49%

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 32.53%
G = 13.49%
B = 53.98%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E279C (or 0x5E279C) is known color: Royal Purple. HEX triplet: 5E, 27 and 9C. RGB value is (94,39,156). Sum of RGB (Red+Green+Blue) = 94+39+156=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E279C is #A1D863. Grayscale: #444444. Windows color (decimal): -10606692 or 10233694. OLE color: 10233694.

HSL color Cylindrical-coordinate representation of color #5E279C: hue angle of 268.21º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E279C is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 39 156 -
CMYK 0.40 0.75 0 0.39
HSL 268.21º 0.6% 0.38% -
HSV(B) 268.21º 0.75% 0.61% -
XYZ 11.34 6.23 32.06 -
YUV 68.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 94 39 156 0.40 0.75 0 0.39 268.21 0.6 0.38
Hex 5E 27 9C 28 4B 0 27 10C 3C 26
Octal 136 47 234 50 113 0 47 414 74 46
Binary 1011110 100111 10011100 101000 1001011 0 100111 100001100 111100 100110

Color Harmonies of #5E279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E279C

Black with #5E279C

Text Example


Text Example

White with #5E279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,39,156); }

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

background-color css

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

 a { background-color: rgb(94,39,156); }

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

border-color css

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

 span { border-color: rgb(94,39,156); }

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