#752BDC

Color #752BDC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #752BDC

Tints of Blue Violet #752BDC

Color information

#752BDC (or 0x752BDC) is unknown color: approx Blue Violet. HEX triplet: 75, 2B and DC. RGB value is (117,43,220). Sum of RGB (Red+Green+Blue) = 117+43+220=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #752BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BDC is #8AD423. Grayscale: #545454. Windows color (decimal): -9098276 or 14429045. OLE color: 14429045.

HSL color Cylindrical-coordinate representation of color #752BDC: hue angle of 265.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752BDC is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11743220-
CMYK0.470.8000.14
HSL265.08º71.66%51.57%-
HSV(B)265.08º80.45%86.27%-
XYZ21.1210.6868.66-
YUV85.3204.02150.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 43 (17.19% from 255) = 11.32%
BLUE value IS 220 (86.33% from 255) = 57.89%
R=30.79%
G=11.32%
B=57.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117432200.470.8000.14265.0871.6651.57
Hex752BDC2F500E1094834
Octal165533345712001641111064
Binary1110101101011110111001011111010000011101000010011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,43,220); }

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

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

 a { background-color: rgb(117,43,220); }

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

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

 span { border-color: rgb(117,43,220); }

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