#5F2FA4

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

Shades of Royal Purple #5F2FA4

Tints of Royal Purple #5F2FA4

Color information

#5F2FA4 (or 0x5F2FA4) is unknown color: approx Royal Purple. HEX triplet: 5F, 2F and A4. RGB value is (95,47,164). Sum of RGB (Red+Green+Blue) = 95+47+164=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F2FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2FA4 is #A0D05B. Grayscale: #4A4A4A. Windows color (decimal): -10539100 or 10760031. OLE color: 10760031.

HSL color Cylindrical-coordinate representation of color #5F2FA4: hue angle of 264.62º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F2FA4 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9547164-
CMYK0.420.7100.36
HSL264.62º55.45%41.37%-
HSV(B)264.62º71.34%64.31%-
XYZ12.447.1535.85-
YUV74.69178.4142.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=31.05%
G=15.36%
B=53.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95471640.420.7100.36264.6255.4541.37
Hex5F2FA42A470241093729
Octal13757244521070444116751
Binary10111111011111010010010101010001110100100100001001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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