#751BDD

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

Shades of Blue Violet #751BDD

Tints of Blue Violet #751BDD

Color information

#751BDD (or 0x751BDD) is unknown color: approx Blue Violet. HEX triplet: 75, 1B and DD. RGB value is (117,27,221). Sum of RGB (Red+Green+Blue) = 117+27+221=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #751BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BDD is #8AE422. Grayscale: #4B4B4B. Windows color (decimal): -9102371 or 14490485. OLE color: 14490485.

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

Color convert

RGB11727221-
CMYK0.470.8800.13
HSL267.84º78.23%48.63%-
HSV(B)267.84º87.78%86.67%-
XYZ20.789.7969.2-
YUV76.03209.82157.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 27 (10.94% from 255) = 7.40%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=32.05%
G=7.40%
B=60.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117272210.470.8800.13267.8478.2348.63
Hex751BDD2F580D10c4e31
Octal165333355713001541411661
Binary111010111011110111011011111011000011011000011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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