Html Css Color HEX #5D229D Royal Purple

📋 copy color: '#5D229D'

red 93 ◦ green 34 ◦ blue 157

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

Shades of Royal Purple #5D229D

Tints of Royal Purple #5D229D

RGB

 RED value IS 93 (36.72% from 255) = 32.75%

 GREEN value IS 34 (13.67% from 255) = 11.97%

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 32.75%
G = 11.97%
B = 55.28%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D229D (or 0x5D229D) is known color: Royal Purple. HEX triplet: 5D, 22 and 9D. RGB value is (93,34,157). Sum of RGB (Red+Green+Blue) = 93+34+157=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D229D is #A2DD62. Grayscale: #414141. Windows color (decimal): -10673507 or 10297949. OLE color: 10297949.

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

Color convert

RGB 93 34 157 -
CMYK 0.41 0.78 0 0.38
HSL 268.78º 0.64% 0.37% -
HSV(B) 268.78º 0.78% 0.62% -
XYZ 11.17 5.91 32.45 -
YUV 65.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 93 34 157 0.41 0.78 0 0.38 268.78 0.64 0.37
Hex 5D 22 9D 29 4E 0 26 10D 40 25
Octal 135 42 235 51 116 0 46 415 100 45
Binary 1011101 100010 10011101 101001 1001110 0 100110 100001101 1000000 100101

Color Harmonies of #5D229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D229D

Black with #5D229D

Text Example


Text Example

White with #5D229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,34,157); }

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

background-color css

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

 a { background-color: rgb(93,34,157); }

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

border-color css

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

 span { border-color: rgb(93,34,157); }

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