#5F3EBF

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

Shades of Purple Heart #5F3EBF

Tints of Purple Heart #5F3EBF

Color information

#5F3EBF (or 0x5F3EBF) is unknown color: approx Purple Heart. HEX triplet: 5F, 3E and BF. RGB value is (95,62,191). Sum of RGB (Red+Green+Blue) = 95+62+191=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3EBF is #A0C140. Grayscale: #565656. Windows color (decimal): -10535233 or 12533343. OLE color: 12533343.

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

Color convert

RGB9562191-
CMYK0.500.6800.25
HSL255.35º50.99%49.61%-
HSV(B)255.35º67.54%74.9%-
XYZ15.859.6450.32-
YUV86.57186.93134.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 62 (24.61% from 255) = 17.82%
BLUE value IS 191 (75% from 255) = 54.89%
R=27.30%
G=17.82%
B=54.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95621910.500.6800.25255.3550.9949.61
Hex5F3EBF3244019ff3332
Octal13776277621040313776362
Binary101111111111010111111110010100010001100111111111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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