#5F3CBF

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

Shades of Purple Heart #5F3CBF

Tints of Purple Heart #5F3CBF

Color information

#5F3CBF (or 0x5F3CBF) is unknown color: approx Purple Heart. HEX triplet: 5F, 3C and BF. RGB value is (95,60,191). Sum of RGB (Red+Green+Blue) = 95+60+191=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F3CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CBF is #A0C340. Grayscale: #545454. Windows color (decimal): -10535745 or 12532831. OLE color: 12532831.

HSL color Cylindrical-coordinate representation of color #5F3CBF: hue angle of 256.03º degrees, saturation: 0.52, 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 #5F3CBF is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9560191-
CMYK0.500.6900.25
HSL256.03º52.19%49.22%-
HSV(B)256.03º68.59%74.9%-
XYZ15.749.4350.28-
YUV85.4187.6134.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.46%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 191 (75% from 255) = 55.20%
R=27.46%
G=17.34%
B=55.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95601910.500.6900.25256.0352.1949.22
Hex5F3CBF32450191003431
Octal13774277621050314006461
Binary1011111111100101111111100101000101011001100000000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,60,191); }

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

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

 a { background-color: rgb(95,60,191); }

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

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

 span { border-color: rgb(95,60,191); }

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