#752BDD

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

Shades of Blue Violet #752BDD

Tints of Blue Violet #752BDD

Color information

#752BDD (or 0x752BDD) is unknown color: approx Blue Violet. HEX triplet: 75, 2B and DD. RGB value is (117,43,221). Sum of RGB (Red+Green+Blue) = 117+43+221=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #752BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BDD is #8AD422. Grayscale: #545454. Windows color (decimal): -9098275 or 14494581. OLE color: 14494581.

HSL color Cylindrical-coordinate representation of color #752BDD: hue angle of 264.94º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752BDD is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11743221-
CMYK0.470.8100.13
HSL264.94º72.36%51.76%-
HSV(B)264.94º80.54%86.67%-
XYZ21.2510.7369.36-
YUV85.42204.52150.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 43 (17.19% from 255) = 11.29%
BLUE value IS 221 (86.72% from 255) = 58.01%
R=30.71%
G=11.29%
B=58.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117432210.470.8100.13264.9472.3651.76
Hex752BDD2F510D1094834
Octal165533355712101541111064
Binary1110101101011110111011011111010001011011000010011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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