#5F3BBE

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

Shades of Purple Heart #5F3BBE

Tints of Purple Heart #5F3BBE

Color information

#5F3BBE (or 0x5F3BBE) is unknown color: approx Purple Heart. HEX triplet: 5F, 3B and BE. RGB value is (95,59,190). Sum of RGB (Red+Green+Blue) = 95+59+190=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F3BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3BBE is #A0C441. Grayscale: #545454. Windows color (decimal): -10536002 or 12467039. OLE color: 12467039.

HSL color Cylindrical-coordinate representation of color #5F3BBE: hue angle of 256.49º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F3BBE is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9559190-
CMYK0.50.6900.25
HSL256.49º52.61%48.82%-
HSV(B)256.49º68.95%74.51%-
XYZ15.589.2849.69-
YUV84.7187.43135.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.62%
GREEN value IS 59 (23.44% from 255) = 17.15%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=27.62%
G=17.15%
B=55.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95591900.50.6900.25256.4952.6148.82
Hex5F3BBE32450191003531
Octal13773276621050314006561
Binary1011111111011101111101100101000101011001100000000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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