#7C2FBC

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

Shades of Purple Heart #7C2FBC

Tints of Purple Heart #7C2FBC

Color information

#7C2FBC (or 0x7C2FBC) is unknown color: approx Purple Heart. HEX triplet: 7C, 2F and BC. RGB value is (124,47,188). Sum of RGB (Red+Green+Blue) = 124+47+188=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C2FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2FBC is #83D043. Grayscale: #555555. Windows color (decimal): -8638532 or 12332924. OLE color: 12332924.

HSL color Cylindrical-coordinate representation of color #7C2FBC: hue angle of 272.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C2FBC is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12447188-
CMYK0.340.7500.26
HSL272.77º60%46.08%-
HSV(B)272.77º75%73.73%-
XYZ18.419.9548.53-
YUV86.1185.51155.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 47 (18.75% from 255) = 13.09%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=34.54%
G=13.09%
B=52.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124471880.340.7500.26272.776046.08
Hex7C2FBC224B01A1113c2e
Octal17457274421130324217456
Binary1111100101111101111001000101001011011010100010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,47,188); }

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

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

 a { background-color: rgb(124,47,188); }

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

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

 span { border-color: rgb(124,47,188); }

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