Html Css Color HEX #751DDF Blue Violet

📋 copy color: '#751DDF'

red 117 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #751DDF

Tints of Blue Violet #751DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.86%

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

R = 31.71%
G = 7.86%
B = 60.43%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#751DDF (or 0x751DDF) is known color: Blue Violet. HEX triplet: 75, 1D and DF. RGB value is (117,29,223). Sum of RGB (Red+Green+Blue) = 117+29+223=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #751DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DDF is #8AE220. Grayscale: #4C4C4C. Windows color (decimal): -9101857 or 14622069. OLE color: 14622069.

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

Color convert

RGB 117 29 223 -
CMYK 0.48 0.87 0 0.13
HSL 267.22º 0.77% 0.49% -
HSV(B) 267.22º 0.87% 0.87% -
XYZ 21.09 9.99 70.63 -
YUV 77.43 210.15 156.23 -
System Red Green Blue C M Y K H S L
Decimal 117 29 223 0.48 0.87 0 0.13 267.22 0.77 0.49
Hex 75 1D DF 30 57 0 D 10B 4D 31
Octal 165 35 337 60 127 0 15 413 115 61
Binary 1110101 11101 11011111 110000 1010111 0 1101 100001011 1001101 110001

Color Harmonies of #751DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DDF

Black with #751DDF

Text Example


Text Example

White with #751DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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