Html Css Color HEX #5F209C Royal Purple

📋 copy color: '#5F209C'

red 95 ◦ green 32 ◦ blue 156

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

Shades of Royal Purple #5F209C

Tints of Royal Purple #5F209C

RGB

 RED value IS 95 (37.5% from 255) = 33.57%

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

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

R = 33.57%
G = 11.31%
B = 55.12%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F209C (or 0x5F209C) is known color: Royal Purple. HEX triplet: 5F, 20 and 9C. RGB value is (95,32,156). Sum of RGB (Red+Green+Blue) = 95+32+156=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F209C is #A0DF63. Grayscale: #404040. Windows color (decimal): -10542948 or 10231903. OLE color: 10231903.

HSL color Cylindrical-coordinate representation of color #5F209C: hue angle of 270.48º 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 #5F209C is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 32 156 -
CMYK 0.39 0.79 0 0.39
HSL 270.48º 0.66% 0.37% -
HSV(B) 270.48º 0.79% 0.61% -
XYZ 11.24 5.87 31.99 -
YUV 64.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 95 32 156 0.39 0.79 0 0.39 270.48 0.66 0.37
Hex 5F 20 9C 27 4F 0 27 10E 42 25
Octal 137 40 234 47 117 0 47 416 102 45
Binary 1011111 100000 10011100 100111 1001111 0 100111 100001110 1000010 100101

Color Harmonies of #5F209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F209C

Black with #5F209C

Text Example


Text Example

White with #5F209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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