#7230AE

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

Shades of Royal Purple #7230AE

Tints of Royal Purple #7230AE

Color information

#7230AE (or 0x7230AE) is unknown color: approx Royal Purple. HEX triplet: 72, 30 and AE. RGB value is (114,48,174). Sum of RGB (Red+Green+Blue) = 114+48+174=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #7230AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7230AE is #8DCF51. Grayscale: #515151. Windows color (decimal): -9293650 or 11415666. OLE color: 11415666.

HSL color Cylindrical-coordinate representation of color #7230AE: hue angle of 271.43º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7230AE is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11448174-
CMYK0.340.7200.32
HSL271.43º56.76%43.53%-
HSV(B)271.43º72.41%68.24%-
XYZ15.648.7540.91-
YUV82.1179.87150.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=33.93%
G=14.29%
B=51.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114481740.340.7200.32271.4356.7643.53
Hex7230AE224802010f392c
Octal16260256421100404177154
Binary11100101100001010111010001010010000100000100001111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7230AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7230AE; }

 p { color: rgb(114,48,174); }

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

<style>
 a { background-color: #7230AE; }

 a { background-color: rgb(114,48,174); }

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

<style>
 span { border-color: #7230AE; }

 span { border-color: rgb(114,48,174); }

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