#752CAA

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

Shades of Royal Purple #752CAA

Tints of Royal Purple #752CAA

Color information

#752CAA (or 0x752CAA) is unknown color: approx Royal Purple. HEX triplet: 75, 2C and AA. RGB value is (117,44,170). Sum of RGB (Red+Green+Blue) = 117+44+170=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #752CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CAA is #8AD355. Grayscale: #4F4F4F. Windows color (decimal): -9098070 or 11152501. OLE color: 11152501.

HSL color Cylindrical-coordinate representation of color #752CAA: hue angle of 274.76º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752CAA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11744170-
CMYK0.310.7400.33
HSL274.76º58.88%41.96%-
HSV(B)274.76º74.12%66.67%-
XYZ15.498.4938.85-
YUV80.19178.68154.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 44 (17.58% from 255) = 13.29%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=35.35%
G=13.29%
B=51.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117441700.310.7400.33274.7658.8841.96
Hex752CAA1F4A0211133b2a
Octal16554252371120414237352
Binary1110101101100101010101111110010100100001100010011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752CAA; }

 p { color: rgb(117,44,170); }

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

<style>
 a { background-color: #752CAA; }

 a { background-color: rgb(117,44,170); }

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

<style>
 span { border-color: #752CAA; }

 span { border-color: rgb(117,44,170); }

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