#7230AC

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

Shades of Royal Purple #7230AC

Tints of Royal Purple #7230AC

Color information

#7230AC (or 0x7230AC) is unknown color: approx Royal Purple. HEX triplet: 72, 30 and AC. RGB value is (114,48,172). Sum of RGB (Red+Green+Blue) = 114+48+172=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #7230AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7230AC is #8DCF53. Grayscale: #515151. Windows color (decimal): -9293652 or 11284594. OLE color: 11284594.

HSL color Cylindrical-coordinate representation of color #7230AC: hue angle of 271.94º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7230AC is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11448172-
CMYK0.340.7200.33
HSL271.94º56.36%43.14%-
HSV(B)271.94º72.09%67.45%-
XYZ15.448.6739.89-
YUV81.87178.87150.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=34.13%
G=14.37%
B=51.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114481720.340.7200.33271.9456.3643.14
Hex7230AC2248021110382b
Octal16260254421100414207053
Binary11100101100001010110010001010010000100001100010000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7230AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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