#5F2F9C

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

Shades of Royal Purple #5F2F9C

Tints of Royal Purple #5F2F9C

Color information

#5F2F9C (or 0x5F2F9C) is unknown color: approx Royal Purple. HEX triplet: 5F, 2F and 9C. RGB value is (95,47,156). Sum of RGB (Red+Green+Blue) = 95+47+156=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F2F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2F9C is #A0D063. Grayscale: #494949. Windows color (decimal): -10539108 or 10235743. OLE color: 10235743.

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

Color convert

RGB9547156-
CMYK0.390.7000.39
HSL266.42º53.69%39.8%-
HSV(B)266.42º69.87%61.18%-
XYZ11.746.8732.16-
YUV73.78174.4143.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=31.88%
G=15.77%
B=52.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95471560.390.7000.39266.4253.6939.8
Hex5F2F9C274602710a3628
Octal13757234471060474126650
Binary10111111011111001110010011110001100100111100001010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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