Html Css Color HEX #7E2DAC Royal Purple

📋 copy color: '#7E2DAC'

red 126 ◦ green 45 ◦ blue 172

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

Shades of Royal Purple #7E2DAC

Tints of Royal Purple #7E2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 36.73%
G = 13.12%
B = 50.15%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E2DAC (or 0x7E2DAC) is known color: Royal Purple. HEX triplet: 7E, 2D and AC. RGB value is (126,45,172). Sum of RGB (Red+Green+Blue) = 126+45+172=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E2DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2DAC is #81D253. Grayscale: #535353. Windows color (decimal): -8507988 or 11283838. OLE color: 11283838.

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

Color convert

RGB 126 45 172 -
CMYK 0.27 0.74 0 0.33
HSL 278.27º 0.59% 0.43% -
HSV(B) 278.27º 0.74% 0.67% -
XYZ 16.99 9.29 39.93 -
YUV 83.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 126 45 172 0.27 0.74 0 0.33 278.27 0.59 0.43
Hex 7E 2D AC 1B 4A 0 21 116 3B 2B
Octal 176 55 254 33 112 0 41 426 73 53
Binary 1111110 101101 10101100 11011 1001010 0 100001 100010110 111011 101011

Color Harmonies of #7E2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2DAC

Black with #7E2DAC

Text Example


Text Example

White with #7E2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,45,172); }

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

background-color css

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

 a { background-color: rgb(126,45,172); }

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

border-color css

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

 span { border-color: rgb(126,45,172); }

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