#7F30BB

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

Shades of Purple Heart #7F30BB

Tints of Purple Heart #7F30BB

Color information

#7F30BB (or 0x7F30BB) is unknown color: approx Purple Heart. HEX triplet: 7F, 30 and BB. RGB value is (127,48,187). Sum of RGB (Red+Green+Blue) = 127+48+187=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F30BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F30BB is #80CF44. Grayscale: #565656. Windows color (decimal): -8441669 or 12267647. OLE color: 12267647.

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

Color convert

RGB12748187-
CMYK0.320.7400.27
HSL274.1º59.15%46.08%-
HSV(B)274.1º74.33%73.33%-
XYZ18.7810.2148-
YUV87.47184.17156.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 48 (19.14% from 255) = 13.26%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=35.08%
G=13.26%
B=51.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127481870.320.7400.27274.159.1546.08
Hex7F30BB204A01B1123b2e
Octal17760273401120334227356
Binary1111111110000101110111000001001010011011100010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F30BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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