#751AF1

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

Shades of Blue Violet #751AF1

Tints of Blue Violet #751AF1

Color information

#751AF1 (or 0x751AF1) is unknown color: approx Blue Violet. HEX triplet: 75, 1A and F1. RGB value is (117,26,241). Sum of RGB (Red+Green+Blue) = 117+26+241=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #751AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751AF1 is #8AE50E. Grayscale: #4C4C4C. Windows color (decimal): -9102607 or 15800949. OLE color: 15800949.

HSL color Cylindrical-coordinate representation of color #751AF1: hue angle of 265.4º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751AF1 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11726241-
CMYK0.510.8900.05
HSL265.4º88.48%52.35%-
HSV(B)265.4º89.21%94.51%-
XYZ23.5810.8784.07-
YUV77.72220.15156.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 26 (10.55% from 255) = 6.77%
BLUE value IS 241 (94.53% from 255) = 62.76%
R=30.47%
G=6.77%
B=62.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal117262410.510.8900.05265.488.4852.35
Hex751AF13359051095834
Octal16532361631310541113064
Binary11101011101011110001110011101100101011000010011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,26,241); }

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

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

 a { background-color: rgb(117,26,241); }

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

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

 span { border-color: rgb(117,26,241); }

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