Html Css Color HEX #751ADF Blue Violet

📋 copy color: '#751ADF'

red 117 ◦ green 26 ◦ blue 223

#751ADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #751ADF

Tints of Blue Violet #751ADF

RGB

 RED value IS 117 (46.09% from 255) = 31.97%

 GREEN value IS 26 (10.55% from 255) = 7.1%

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 31.97%
G = 7.1%
B = 60.93%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#751ADF (or 0x751ADF) is known color: Blue Violet. HEX triplet: 75, 1A and DF. RGB value is (117,26,223). Sum of RGB (Red+Green+Blue) = 117+26+223=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #751ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ADF is #8AE520. Grayscale: #4A4A4A. Windows color (decimal): -9102625 or 14621301. OLE color: 14621301.

HSL color Cylindrical-coordinate representation of color #751ADF: hue angle of 267.72º degrees, saturation: 0.79, 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 #751ADF is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 26 223 -
CMYK 0.48 0.88 0 0.13
HSL 267.72º 0.79% 0.49% -
HSV(B) 267.72º 0.88% 0.87% -
XYZ 21.02 9.85 70.6 -
YUV 75.67 211.15 157.48 -
System Red Green Blue C M Y K H S L
Decimal 117 26 223 0.48 0.88 0 0.13 267.72 0.79 0.49
Hex 75 1A DF 30 58 0 D 10C 4F 31
Octal 165 32 337 60 130 0 15 414 117 61
Binary 1110101 11010 11011111 110000 1011000 0 1101 100001100 1001111 110001

Color Harmonies of #751ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751ADF

Black with #751ADF

Text Example


Text Example

White with #751ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #751ADF;
 }
 .AnyTagClassName
 {
   color: #751ADF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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