#5F1B9C

Color #5F1B9C Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #5F1B9C

Tints of Royal Purple #5F1B9C

Color information

#5F1B9C (or 0x5F1B9C) is unknown color: approx Royal Purple. HEX triplet: 5F, 1B and 9C. RGB value is (95,27,156). Sum of RGB (Red+Green+Blue) = 95+27+156=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F1B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1B9C is #A0E463. Grayscale: #3D3D3D. Windows color (decimal): -10544228 or 10230623. OLE color: 10230623.

HSL color Cylindrical-coordinate representation of color #5F1B9C: hue angle of 271.63º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F1B9C is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9527156-
CMYK0.390.8300.39
HSL271.63º70.49%35.88%-
HSV(B)271.63º82.69%61.18%-
XYZ11.115.6231.95-
YUV62.04181.03151.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 27 (10.94% from 255) = 9.71%
BLUE value IS 156 (61.33% from 255) = 56.12%
R=34.17%
G=9.71%
B=56.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95271560.390.8300.39271.6370.4935.88
Hex5F1B9C27530271104624
Octal137332344712304742010644
Binary10111111101110011100100111101001101001111000100001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F1B9C;
 }
 .AnyTagClassName
 {
   color: #5F1B9C;
 }
</style>
background-color css

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

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

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

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

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

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