#752EB0

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

Shades of Royal Purple #752EB0

Tints of Royal Purple #752EB0

Color information

#752EB0 (or 0x752EB0) is unknown color: approx Royal Purple. HEX triplet: 75, 2E and B0. RGB value is (117,46,176). Sum of RGB (Red+Green+Blue) = 117+46+176=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #752EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752EB0 is #8AD14F. Grayscale: #515151. Windows color (decimal): -9097552 or 11546229. OLE color: 11546229.

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

Color convert

RGB11746176-
CMYK0.340.7400.31
HSL272.77º58.56%43.53%-
HSV(B)272.77º73.86%69.02%-
XYZ16.158.8741.94-
YUV82.05181.02152.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 176 (69.14% from 255) = 51.92%
R=34.51%
G=13.57%
B=51.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117461760.340.7400.31272.7758.5643.53
Hex752EB0224A01F1113b2c
Octal16556260421120374217354
Binary1110101101110101100001000101001010011111100010001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,176); }

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

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

 a { background-color: rgb(117,46,176); }

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

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

 span { border-color: rgb(117,46,176); }

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