Html Css Color HEX #7E2BB7 Purple Heart

📋 copy color: '#7E2BB7'

red 126 ◦ green 43 ◦ blue 183

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

Shades of Purple Heart #7E2BB7

Tints of Purple Heart #7E2BB7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.22%

 BLUE value IS 183 (71.88% from 255) = 51.99%

R = 35.8%
G = 12.22%
B = 51.99%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7E2BB7 (or 0x7E2BB7) is known color: Purple Heart. HEX triplet: 7E, 2B and B7. RGB value is (126,43,183). Sum of RGB (Red+Green+Blue) = 126+43+183=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #7E2BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BB7 is #81D448. Grayscale: #535353. Windows color (decimal): -8508489 or 12004222. OLE color: 12004222.

HSL color Cylindrical-coordinate representation of color #7E2BB7: hue angle of 275.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2BB7 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 43 183 -
CMYK 0.31 0.77 0 0.28
HSL 275.57º 0.62% 0.44% -
HSV(B) 275.57º 0.77% 0.72% -
XYZ 18.02 9.58 45.7 -
YUV 83.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 126 43 183 0.31 0.77 0 0.28 275.57 0.62 0.44
Hex 7E 2B B7 1F 4D 0 1C 114 3E 2C
Octal 176 53 267 37 115 0 34 424 76 54
Binary 1111110 101011 10110111 11111 1001101 0 11100 100010100 111110 101100

Color Harmonies of #7E2BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2BB7

Black with #7E2BB7

Text Example


Text Example

White with #7E2BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,43,183); }

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

background-color css

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

 a { background-color: rgb(126,43,183); }

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

border-color css

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

 span { border-color: rgb(126,43,183); }

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