#7423AA

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

Shades of Royal Purple #7423AA

Tints of Royal Purple #7423AA

Color information

#7423AA (or 0x7423AA) is unknown color: approx Royal Purple. HEX triplet: 74, 23 and AA. RGB value is (116,35,170). Sum of RGB (Red+Green+Blue) = 116+35+170=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #7423AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7423AA is #8BDC55. Grayscale: #4A4A4A. Windows color (decimal): -9165910 or 11150196. OLE color: 11150196.

HSL color Cylindrical-coordinate representation of color #7423AA: hue angle of 276º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7423AA is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11635170-
CMYK0.320.7900.33
HSL276º65.85%40.2%-
HSV(B)276º79.41%66.67%-
XYZ15.067.8238.75-
YUV74.61181.84157.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 35 (14.06% from 255) = 10.90%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=36.14%
G=10.90%
B=52.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116351700.320.7900.3327665.8540.2
Hex7423AA204F0211144228
Octal164432524011704142410250
Binary111010010001110101010100000100111101000011000101001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7423AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7423AA; }

 p { color: rgb(116,35,170); }

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

<style>
 a { background-color: #7423AA; }

 a { background-color: rgb(116,35,170); }

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

<style>
 span { border-color: #7423AA; }

 span { border-color: rgb(116,35,170); }

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