Html Css Color HEX #5D209C Royal Purple

📋 copy color: '#5D209C'

red 93 ◦ green 32 ◦ blue 156

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

Shades of Royal Purple #5D209C

Tints of Royal Purple #5D209C

RGB

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

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

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

R = 33.1%
G = 11.39%
B = 55.52%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D209C (or 0x5D209C) is known color: Royal Purple. HEX triplet: 5D, 20 and 9C. RGB value is (93,32,156). Sum of RGB (Red+Green+Blue) = 93+32+156=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D209C is #A2DF63. Grayscale: #3F3F3F. Windows color (decimal): -10674020 or 10231901. OLE color: 10231901.

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

Color convert

RGB 93 32 156 -
CMYK 0.40 0.79 0 0.39
HSL 269.52º 0.66% 0.37% -
HSV(B) 269.52º 0.79% 0.61% -
XYZ 11.03 5.76 31.98 -
YUV 64.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 93 32 156 0.40 0.79 0 0.39 269.52 0.66 0.37
Hex 5D 20 9C 28 4F 0 27 10E 42 25
Octal 135 40 234 50 117 0 47 416 102 45
Binary 1011101 100000 10011100 101000 1001111 0 100111 100001110 1000010 100101

Color Harmonies of #5D209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D209C

Black with #5D209C

Text Example


Text Example

White with #5D209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,32,156); }

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

background-color css

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

 a { background-color: rgb(93,32,156); }

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

border-color css

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

 span { border-color: rgb(93,32,156); }

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