Html Css Color HEX #5F209B Royal Purple

📋 copy color: '#5F209B'

red 95 ◦ green 32 ◦ blue 155

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

Shades of Royal Purple #5F209B

Tints of Royal Purple #5F209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 33.69%
G = 11.35%
B = 54.96%

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

#5F209B (or 0x5F209B) is known color: Royal Purple. HEX triplet: 5F, 20 and 9B. RGB value is (95,32,155). Sum of RGB (Red+Green+Blue) = 95+32+155=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F209B is #A0DF64. Grayscale: #404040. Windows color (decimal): -10542949 or 10166367. OLE color: 10166367.

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

Color convert

RGB 95 32 155 -
CMYK 0.39 0.79 0 0.39
HSL 270.73º 0.66% 0.37% -
HSV(B) 270.73º 0.79% 0.61% -
XYZ 11.15 5.83 31.55 -
YUV 64.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 95 32 155 0.39 0.79 0 0.39 270.73 0.66 0.37
Hex 5F 20 9B 27 4F 0 27 10F 42 25
Octal 137 40 233 47 117 0 47 417 102 45
Binary 1011111 100000 10011011 100111 1001111 0 100111 100001111 1000010 100101

Color Harmonies of #5F209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F209B

Black with #5F209B

Text Example


Text Example

White with #5F209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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