Html Css Color HEX #7E35AB Royal Purple

📋 copy color: '#7E35AB'

red 126 ◦ green 53 ◦ blue 171

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

Shades of Royal Purple #7E35AB

Tints of Royal Purple #7E35AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 36%
G = 15.14%
B = 48.86%

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

#7E35AB (or 0x7E35AB) is known color: Royal Purple. HEX triplet: 7E, 35 and AB. RGB value is (126,53,171). Sum of RGB (Red+Green+Blue) = 126+53+171=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E35AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E35AB is #81CA54. Grayscale: #575757. Windows color (decimal): -8505941 or 11220350. OLE color: 11220350.

HSL color Cylindrical-coordinate representation of color #7E35AB: hue angle of 277.12º 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 #7E35AB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 53 171 -
CMYK 0.26 0.69 0 0.33
HSL 277.12º 0.53% 0.44% -
HSV(B) 277.12º 0.69% 0.67% -
XYZ 17.23 9.92 39.54 -
YUV 88.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 126 53 171 0.26 0.69 0 0.33 277.12 0.53 0.44
Hex 7E 35 AB 1A 45 0 21 115 35 2C
Octal 176 65 253 32 105 0 41 425 65 54
Binary 1111110 110101 10101011 11010 1000101 0 100001 100010101 110101 101100

Color Harmonies of #7E35AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E35AB

Black with #7E35AB

Text Example


Text Example

White with #7E35AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,53,171); }

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

background-color css

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

 a { background-color: rgb(126,53,171); }

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

border-color css

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

 span { border-color: rgb(126,53,171); }

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