#5F3BA4

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

Shades of Royal Purple #5F3BA4

Tints of Royal Purple #5F3BA4

Color information

#5F3BA4 (or 0x5F3BA4) is unknown color: approx Royal Purple. HEX triplet: 5F, 3B and A4. RGB value is (95,59,164). Sum of RGB (Red+Green+Blue) = 95+59+164=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F3BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3BA4 is #A0C45B. Grayscale: #515151. Windows color (decimal): -10536028 or 10763103. OLE color: 10763103.

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

Color convert

RGB9559164-
CMYK0.420.6400.36
HSL260.57º47.09%43.73%-
HSV(B)260.57º64.02%64.31%-
XYZ12.988.2436.03-
YUV81.73174.43137.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.87%
GREEN value IS 59 (23.44% from 255) = 18.55%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=29.87%
G=18.55%
B=51.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95591640.420.6400.36260.5747.0943.73
Hex5F3BA42A400241052f2c
Octal13773244521000444055754
Binary10111111110111010010010101010000000100100100000101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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