#7429AC

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

Shades of Royal Purple #7429AC

Tints of Royal Purple #7429AC

Color information

#7429AC (or 0x7429AC) is unknown color: approx Royal Purple. HEX triplet: 74, 29 and AC. RGB value is (116,41,172). Sum of RGB (Red+Green+Blue) = 116+41+172=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #7429AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7429AC is #8BD653. Grayscale: #4D4D4D. Windows color (decimal): -9164372 or 11282804. OLE color: 11282804.

HSL color Cylindrical-coordinate representation of color #7429AC: hue angle of 274.35º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7429AC is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11641172-
CMYK0.330.7600.33
HSL274.35º61.5%41.76%-
HSV(B)274.35º76.16%67.45%-
XYZ15.448.2839.81-
YUV78.36180.85154.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=35.26%
G=12.46%
B=52.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116411720.330.7600.33274.3561.541.76
Hex7429AC214C0211123e2a
Octal16451254411140414227652
Binary11101001010011010110010000110011000100001100010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7429AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7429AC; }

 p { color: rgb(116,41,172); }

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

<style>
 a { background-color: #7429AC; }

 a { background-color: rgb(116,41,172); }

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

<style>
 span { border-color: #7429AC; }

 span { border-color: rgb(116,41,172); }

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