Html Css Color HEX #7E2BAE Royal Purple

📋 copy color: '#7E2BAE'

red 126 ◦ green 43 ◦ blue 174

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

Shades of Royal Purple #7E2BAE

Tints of Royal Purple #7E2BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 36.73%
G = 12.54%
B = 50.73%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E2BAE (or 0x7E2BAE) is known color: Royal Purple. HEX triplet: 7E, 2B and AE. RGB value is (126,43,174). Sum of RGB (Red+Green+Blue) = 126+43+174=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2BAE is #81D451. Grayscale: #525252. Windows color (decimal): -8508498 or 11414398. OLE color: 11414398.

HSL color Cylindrical-coordinate representation of color #7E2BAE: hue angle of 278.02º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2BAE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 43 174 -
CMYK 0.28 0.75 0 0.32
HSL 278.02º 0.6% 0.43% -
HSV(B) 278.02º 0.75% 0.68% -
XYZ 17.11 9.22 40.92 -
YUV 82.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 126 43 174 0.28 0.75 0 0.32 278.02 0.6 0.43
Hex 7E 2B AE 1C 4B 0 20 116 3C 2B
Octal 176 53 256 34 113 0 40 426 74 53
Binary 1111110 101011 10101110 11100 1001011 0 100000 100010110 111100 101011

Color Harmonies of #7E2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2BAE

Black with #7E2BAE

Text Example


Text Example

White with #7E2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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