#752CE4

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

Shades of Blue Violet #752CE4

Tints of Blue Violet #752CE4

Color information

#752CE4 (or 0x752CE4) is unknown color: approx Blue Violet. HEX triplet: 75, 2C and E4. RGB value is (117,44,228). Sum of RGB (Red+Green+Blue) = 117+44+228=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 228 (89.45% from 255 or 58.61% from 389); Max value from RGB is 228 - color contains mainly: blue. Hex color #752CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CE4 is #8AD31B. Grayscale: #565656. Windows color (decimal): -9098012 or 14953589. OLE color: 14953589.

HSL color Cylindrical-coordinate representation of color #752CE4: hue angle of 263.8º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752CE4 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11744228-
CMYK0.490.8100.11
HSL263.8º77.31%53.33%-
HSV(B)263.8º80.7%89.41%-
XYZ22.2411.1874.39-
YUV86.8207.68149.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 44 (17.58% from 255) = 11.31%
BLUE value IS 228 (89.45% from 255) = 58.61%
R=30.08%
G=11.31%
B=58.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117442280.490.8100.11263.877.3153.33
Hex752CE431510B1084d35
Octal165543446112101341011565
Binary1110101101100111001001100011010001010111000010001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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