#7330AB

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

Shades of Royal Purple #7330AB

Tints of Royal Purple #7330AB

Color information

#7330AB (or 0x7330AB) is unknown color: approx Royal Purple. HEX triplet: 73, 30 and AB. RGB value is (115,48,171). Sum of RGB (Red+Green+Blue) = 115+48+171=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #7330AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7330AB is #8CCF54. Grayscale: #515151. Windows color (decimal): -9228117 or 11219059. OLE color: 11219059.

HSL color Cylindrical-coordinate representation of color #7330AB: hue angle of 272.68º 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 #7330AB is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11548171-
CMYK0.330.7200.33
HSL272.68º56.16%42.94%-
HSV(B)272.68º71.93%67.06%-
XYZ15.488.739.39-
YUV82.06178.2151.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=34.43%
G=14.37%
B=51.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115481710.330.7200.33272.6856.1642.94
Hex7330AB2148021111382b
Octal16360253411100414217053
Binary11100111100001010101110000110010000100001100010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7330AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,48,171); }

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

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

 a { background-color: rgb(115,48,171); }

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

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

 span { border-color: rgb(115,48,171); }

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