Html Css Color HEX #7E2BBA Purple Heart

📋 copy color: '#7E2BBA'

red 126 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #7E2BBA

Tints of Purple Heart #7E2BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 35.49%
G = 12.11%
B = 52.39%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E2BBA (or 0x7E2BBA) is known color: Purple Heart. HEX triplet: 7E, 2B and BA. RGB value is (126,43,186). Sum of RGB (Red+Green+Blue) = 126+43+186=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E2BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BBA is #81D445. Grayscale: #535353. Windows color (decimal): -8508486 or 12200830. OLE color: 12200830.

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

Color convert

RGB 126 43 186 -
CMYK 0.32 0.77 0 0.27
HSL 274.83º 0.62% 0.45% -
HSV(B) 274.83º 0.77% 0.73% -
XYZ 18.33 9.71 47.36 -
YUV 84.12 185.5 157.87 -
System Red Green Blue C M Y K H S L
Decimal 126 43 186 0.32 0.77 0 0.27 274.83 0.62 0.45
Hex 7E 2B BA 20 4D 0 1B 113 3E 2D
Octal 176 53 272 40 115 0 33 423 76 55
Binary 1111110 101011 10111010 100000 1001101 0 11011 100010011 111110 101101

Color Harmonies of #7E2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2BBA

Black with #7E2BBA

Text Example


Text Example

White with #7E2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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