Html Css Color HEX #7E2FBC Purple Heart

📋 copy color: '#7E2FBC'

red 126 ◦ green 47 ◦ blue 188

#7E2FBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7E2FBC

Tints of Purple Heart #7E2FBC

RGB

 RED value IS 126 (49.61% from 255) = 34.9%

 GREEN value IS 47 (18.75% from 255) = 13.02%

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 34.9%
G = 13.02%
B = 52.08%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E2FBC (or 0x7E2FBC) is known color: Purple Heart. HEX triplet: 7E, 2F and BC. RGB value is (126,47,188). Sum of RGB (Red+Green+Blue) = 126+47+188=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E2FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2FBC is #81D043. Grayscale: #565656. Windows color (decimal): -8507460 or 12332926. OLE color: 12332926.

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

Color convert

RGB 126 47 188 -
CMYK 0.33 0.75 0 0.26
HSL 273.62º 0.6% 0.46% -
HSV(B) 273.62º 0.75% 0.74% -
XYZ 18.7 10.1 48.54 -
YUV 86.7 185.17 156.04 -
System Red Green Blue C M Y K H S L
Decimal 126 47 188 0.33 0.75 0 0.26 273.62 0.6 0.46
Hex 7E 2F BC 21 4B 0 1A 112 3C 2E
Octal 176 57 274 41 113 0 32 422 74 56
Binary 1111110 101111 10111100 100001 1001011 0 11010 100010010 111100 101110

Color Harmonies of #7E2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2FBC

Black with #7E2FBC

Text Example


Text Example

White with #7E2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E2FBC;
 }
 .AnyTagClassName
 {
   color: #7E2FBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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