#7233AB

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

Shades of Royal Purple #7233AB

Tints of Royal Purple #7233AB

Color information

#7233AB (or 0x7233AB) is unknown color: approx Royal Purple. HEX triplet: 72, 33 and AB. RGB value is (114,51,171). Sum of RGB (Red+Green+Blue) = 114+51+171=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #7233AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7233AB is #8DCC54. Grayscale: #535353. Windows color (decimal): -9292885 or 11219826. OLE color: 11219826.

HSL color Cylindrical-coordinate representation of color #7233AB: hue angle of 271.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7233AB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11451171-
CMYK0.330.7000.33
HSL271.5º54.05%43.53%-
HSV(B)271.5º70.18%67.06%-
XYZ15.478.8939.43-
YUV83.52177.37149.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=33.93%
G=15.18%
B=50.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114511710.330.7000.33271.554.0543.53
Hex7233AB2146021110362c
Octal16263253411060414206654
Binary11100101100111010101110000110001100100001100010000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7233AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7233AB; }

 p { color: rgb(114,51,171); }

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

<style>
 a { background-color: #7233AB; }

 a { background-color: rgb(114,51,171); }

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

<style>
 span { border-color: #7233AB; }

 span { border-color: rgb(114,51,171); }

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