#7f27bb

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

Shades of Purple Heart #7F27BB

Tints of Purple Heart #7F27BB

Color information

#7F27BB (or 0x7F27BB) is unknown color: approx Purple Heart. HEX triplet: 7F, 27 and BB. RGB value is (127,39,187). Sum of RGB (Red+Green+Blue) = 127+39+187=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F27BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F27BB is #80D844. Grayscale: #515151. Windows color (decimal): -8443973 or 12265343. OLE color: 12265343.

HSL color Cylindrical-coordinate representation of color #7F27BB: hue angle of 275.68º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F27BB is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12739187-
CMYK0.320.7900.27
HSL275.68º65.49%44.31%-
HSV(B)275.68º79.14%73.33%-
XYZ18.459.5547.88-
YUV82.18187.15159.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.98%
GREEN value IS 39 (15.62% from 255) = 11.05%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=35.98%
G=11.05%
B=52.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127391870.320.7900.27275.6865.4944.31
Hex7F27BB204F01B114412c
Octal177472734011703342410154
Binary11111111001111011101110000010011110110111000101001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f27bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,39,187); }

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

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

 a { background-color: rgb(127,39,187); }

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

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

 span { border-color: rgb(127,39,187); }

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