Html Css Color HEX #7E20BB Purple Heart

📋 copy color: '#7E20BB'

red 126 ◦ green 32 ◦ blue 187

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

Shades of Purple Heart #7E20BB

Tints of Purple Heart #7E20BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 36.52%
G = 9.28%
B = 54.2%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E20BB (or 0x7E20BB) is known color: Purple Heart. HEX triplet: 7E, 20 and BB. RGB value is (126,32,187). Sum of RGB (Red+Green+Blue) = 126+32+187=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E20BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E20BB is #81DF44. Grayscale: #4D4D4D. Windows color (decimal): -8511301 or 12263550. OLE color: 12263550.

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

Color convert

RGB 126 32 187 -
CMYK 0.33 0.83 0 0.27
HSL 276.39º 0.71% 0.43% -
HSV(B) 276.39º 0.83% 0.73% -
XYZ 18.09 9.06 47.81 -
YUV 77.78 189.64 162.4 -
System Red Green Blue C M Y K H S L
Decimal 126 32 187 0.33 0.83 0 0.27 276.39 0.71 0.43
Hex 7E 20 BB 21 53 0 1B 114 47 2B
Octal 176 40 273 41 123 0 33 424 107 53
Binary 1111110 100000 10111011 100001 1010011 0 11011 100010100 1000111 101011

Color Harmonies of #7E20BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E20BB

Black with #7E20BB

Text Example


Text Example

White with #7E20BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,32,187); }

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

background-color css

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

 a { background-color: rgb(126,32,187); }

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

border-color css

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

 span { border-color: rgb(126,32,187); }

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