Html Css Color HEX #7E28BF Purple Heart

📋 copy color: '#7E28BF'

red 126 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #7E28BF

Tints of Purple Heart #7E28BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

 BLUE value IS 191 (75% from 255) = 53.5%

R = 35.29%
G = 11.2%
B = 53.5%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E28BF (or 0x7E28BF) is known color: Purple Heart. HEX triplet: 7E, 28 and BF. RGB value is (126,40,191). Sum of RGB (Red+Green+Blue) = 126+40+191=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E28BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E28BF is #81D740. Grayscale: #525252. Windows color (decimal): -8509249 or 12527742. OLE color: 12527742.

HSL color Cylindrical-coordinate representation of color #7E28BF: hue angle of 274.17º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E28BF is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 40 191 -
CMYK 0.34 0.79 0 0.25
HSL 274.17º 0.65% 0.45% -
HSV(B) 274.17º 0.79% 0.75% -
XYZ 18.77 9.71 50.18 -
YUV 82.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 126 40 191 0.34 0.79 0 0.25 274.17 0.65 0.45
Hex 7E 28 BF 22 4F 0 19 112 41 2D
Octal 176 50 277 42 117 0 31 422 101 55
Binary 1111110 101000 10111111 100010 1001111 0 11001 100010010 1000001 101101

Color Harmonies of #7E28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E28BF

Black with #7E28BF

Text Example


Text Example

White with #7E28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,40,191); }

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

background-color css

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

 a { background-color: rgb(126,40,191); }

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

border-color css

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

 span { border-color: rgb(126,40,191); }

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