#7F2BBD

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

Shades of Purple Heart #7F2BBD

Tints of Purple Heart #7F2BBD

Color information

#7F2BBD (or 0x7F2BBD) is unknown color: approx Purple Heart. HEX triplet: 7F, 2B and BD. RGB value is (127,43,189). Sum of RGB (Red+Green+Blue) = 127+43+189=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F2BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2BBD is #80D442. Grayscale: #545454. Windows color (decimal): -8442947 or 12397439. OLE color: 12397439.

HSL color Cylindrical-coordinate representation of color #7F2BBD: hue angle of 274.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F2BBD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12743189-
CMYK0.330.7700.26
HSL274.52º62.93%45.49%-
HSV(B)274.52º77.25%74.12%-
XYZ18.89.9149.07-
YUV84.76186.83158.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 43 (17.19% from 255) = 11.98%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=35.38%
G=11.98%
B=52.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127431890.330.7700.26274.5262.9345.49
Hex7F2BBD214D01A1133f2d
Octal17753275411150324237755
Binary1111111101011101111011000011001101011010100010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,43,189); }

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

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

 a { background-color: rgb(127,43,189); }

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

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

 span { border-color: rgb(127,43,189); }

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