#7F3BBE

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

Shades of Purple Heart #7F3BBE

Tints of Purple Heart #7F3BBE

Color information

#7F3BBE (or 0x7F3BBE) is unknown color: approx Purple Heart. HEX triplet: 7F, 3B and BE. RGB value is (127,59,190). Sum of RGB (Red+Green+Blue) = 127+59+190=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F3BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3BBE is #80C441. Grayscale: #5D5D5D. Windows color (decimal): -8438850 or 12467071. OLE color: 12467071.

HSL color Cylindrical-coordinate representation of color #7F3BBE: hue angle of 271.15º 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 #7F3BBE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12759190-
CMYK0.330.6900.25
HSL271.15º52.61%48.82%-
HSV(B)271.15º68.95%74.51%-
XYZ19.6111.3649.87-
YUV94.27182.03151.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.78%
GREEN value IS 59 (23.44% from 255) = 15.69%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=33.78%
G=15.69%
B=50.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127591900.330.6900.25271.1552.6148.82
Hex7F3BBE214501910f3531
Octal17773276411050314176561
Binary1111111111011101111101000011000101011001100001111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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