Html Css Color HEX #5E259C Royal Purple

📋 copy color: '#5E259C'

red 94 ◦ green 37 ◦ blue 156

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

Shades of Royal Purple #5E259C

Tints of Royal Purple #5E259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 32.75%
G = 12.89%
B = 54.36%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E259C (or 0x5E259C) is known color: Royal Purple. HEX triplet: 5E, 25 and 9C. RGB value is (94,37,156). Sum of RGB (Red+Green+Blue) = 94+37+156=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E259C is #A1DA63. Grayscale: #434343. Windows color (decimal): -10607204 or 10233182. OLE color: 10233182.

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

Color convert

RGB 94 37 156 -
CMYK 0.40 0.76 0 0.39
HSL 268.74º 0.62% 0.38% -
HSV(B) 268.74º 0.76% 0.61% -
XYZ 11.28 6.1 32.04 -
YUV 67.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 94 37 156 0.40 0.76 0 0.39 268.74 0.62 0.38
Hex 5E 25 9C 28 4C 0 27 10D 3E 26
Octal 136 45 234 50 114 0 47 415 76 46
Binary 1011110 100101 10011100 101000 1001100 0 100111 100001101 111110 100110

Color Harmonies of #5E259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E259C

Black with #5E259C

Text Example


Text Example

White with #5E259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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