#751CE0

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

Shades of Blue Violet #751CE0

Tints of Blue Violet #751CE0

Color information

#751CE0 (or 0x751CE0) is unknown color: approx Blue Violet. HEX triplet: 75, 1C and E0. RGB value is (117,28,224). Sum of RGB (Red+Green+Blue) = 117+28+224=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #751CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CE0 is #8AE31F. Grayscale: #4C4C4C. Windows color (decimal): -9102112 or 14687349. OLE color: 14687349.

HSL color Cylindrical-coordinate representation of color #751CE0: hue angle of 267.24º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751CE0 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11728224-
CMYK0.480.8800.12
HSL267.24º77.78%49.41%-
HSV(B)267.24º87.5%87.84%-
XYZ21.219.9971.33-
YUV76.96210.99156.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 28 (11.33% from 255) = 7.59%
BLUE value IS 224 (87.89% from 255) = 60.70%
R=31.71%
G=7.59%
B=60.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117282240.480.8800.12267.2477.7849.41
Hex751CE030580C10b4e31
Octal165343406013001441311661
Binary111010111100111000001100001011000011001000010111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751CE0; }

 p { color: rgb(117,28,224); }

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

<style>
 a { background-color: #751CE0; }

 a { background-color: rgb(117,28,224); }

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

<style>
 span { border-color: #751CE0; }

 span { border-color: rgb(117,28,224); }

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