Html Css Color HEX #7E34AA Royal Purple

📋 copy color: '#7E34AA'

red 126 ◦ green 52 ◦ blue 170

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

Shades of Royal Purple #7E34AA

Tints of Royal Purple #7E34AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 36.21%
G = 14.94%
B = 48.85%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E34AA (or 0x7E34AA) is known color: Royal Purple. HEX triplet: 7E, 34 and AA. RGB value is (126,52,170). Sum of RGB (Red+Green+Blue) = 126+52+170=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E34AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E34AA is #81CB55. Grayscale: #575757. Windows color (decimal): -8506198 or 11154558. OLE color: 11154558.

HSL color Cylindrical-coordinate representation of color #7E34AA: hue angle of 277.63º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E34AA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 52 170 -
CMYK 0.26 0.69 0 0.33
HSL 277.63º 0.53% 0.44% -
HSV(B) 277.63º 0.69% 0.67% -
XYZ 17.09 9.79 39.02 -
YUV 87.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 126 52 170 0.26 0.69 0 0.33 277.63 0.53 0.44
Hex 7E 34 AA 1A 45 0 21 116 35 2C
Octal 176 64 252 32 105 0 41 426 65 54
Binary 1111110 110100 10101010 11010 1000101 0 100001 100010110 110101 101100

Color Harmonies of #7E34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E34AA

Black with #7E34AA

Text Example


Text Example

White with #7E34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,52,170); }

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

background-color css

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

 a { background-color: rgb(126,52,170); }

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

border-color css

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

 span { border-color: rgb(126,52,170); }

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