#7E33B4

Color #7E33B4 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7E33B4

Tints of Royal Purple #7E33B4

Color information

#7E33B4 (or 0x7E33B4) is unknown color: approx Royal Purple. HEX triplet: 7E, 33 and B4. RGB value is (126,51,180). Sum of RGB (Red+Green+Blue) = 126+51+180=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E33B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E33B4 is #81CC4B. Grayscale: #575757. Windows color (decimal): -8506444 or 11809662. OLE color: 11809662.

HSL color Cylindrical-coordinate representation of color #7E33B4: hue angle of 274.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E33B4 is Cyan = 0.3, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12651180-
CMYK0.30.7200.29
HSL274.88º55.84%45.29%-
HSV(B)274.88º71.67%70.59%-
XYZ18.0310.144.18-
YUV88.13179.85155.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 180 (70.70% from 255) = 50.42%
R=35.29%
G=14.29%
B=50.42%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126511800.30.7200.29274.8855.8445.29
Hex7E33B41E4801D113382d
Octal17663264361100354237055
Binary111111011001110110100111101001000011101100010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E33B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,51,180); }

 H1.HeaderClassName
 {
   color: #7E33B4;
 }
 .AnyTagClassName
 {
   color: #7E33B4;
 }
</style>
background-color css

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

 a { background-color: rgb(126,51,180); }

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

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

 span { border-color: rgb(126,51,180); }

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