Html Css Color HEX #7E22BA Purple Heart

📋 copy color: '#7E22BA'

red 126 ◦ green 34 ◦ blue 186

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

Shades of Purple Heart #7E22BA

Tints of Purple Heart #7E22BA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.83%

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

R = 36.42%
G = 9.83%
B = 53.76%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E22BA (or 0x7E22BA) is known color: Purple Heart. HEX triplet: 7E, 22 and BA. RGB value is (126,34,186). Sum of RGB (Red+Green+Blue) = 126+34+186=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E22BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E22BA is #81DD45. Grayscale: #4E4E4E. Windows color (decimal): -8510790 or 12198526. OLE color: 12198526.

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

Color convert

RGB 126 34 186 -
CMYK 0.32 0.82 0 0.27
HSL 276.32º 0.69% 0.43% -
HSV(B) 276.32º 0.82% 0.73% -
XYZ 18.04 9.12 47.26 -
YUV 78.84 188.48 161.64 -
System Red Green Blue C M Y K H S L
Decimal 126 34 186 0.32 0.82 0 0.27 276.32 0.69 0.43
Hex 7E 22 BA 20 52 0 1B 114 45 2B
Octal 176 42 272 40 122 0 33 424 105 53
Binary 1111110 100010 10111010 100000 1010010 0 11011 100010100 1000101 101011

Color Harmonies of #7E22BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E22BA

Black with #7E22BA

Text Example


Text Example

White with #7E22BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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