Html Css Color HEX #7E2FAD Royal Purple

📋 copy color: '#7E2FAD'

red 126 ◦ green 47 ◦ blue 173

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

Shades of Royal Purple #7E2FAD

Tints of Royal Purple #7E2FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

 BLUE value IS 173 (67.97% from 255) = 50%

R = 36.42%
G = 13.58%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E2FAD (or 0x7E2FAD) is known color: Royal Purple. HEX triplet: 7E, 2F and AD. RGB value is (126,47,173). Sum of RGB (Red+Green+Blue) = 126+47+173=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2FAD is #81D052. Grayscale: #545454. Windows color (decimal): -8507475 or 11349886. OLE color: 11349886.

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

Color convert

RGB 126 47 173 -
CMYK 0.27 0.73 0 0.32
HSL 277.62º 0.57% 0.43% -
HSV(B) 277.62º 0.73% 0.68% -
XYZ 17.16 9.49 40.46 -
YUV 84.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 126 47 173 0.27 0.73 0 0.32 277.62 0.57 0.43
Hex 7E 2F AD 1B 49 0 20 116 39 2B
Octal 176 57 255 33 111 0 40 426 71 53
Binary 1111110 101111 10101101 11011 1001001 0 100000 100010110 111001 101011

Color Harmonies of #7E2FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2FAD

Black with #7E2FAD

Text Example


Text Example

White with #7E2FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,47,173); }

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

background-color css

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

 a { background-color: rgb(126,47,173); }

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

border-color css

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

 span { border-color: rgb(126,47,173); }

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