Html Css Color HEX #751DD9 Blue Violet

📋 copy color: '#751DD9'

red 117 ◦ green 29 ◦ blue 217

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

Shades of Blue Violet #751DD9

Tints of Blue Violet #751DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 59.78%

R = 32.23%
G = 7.99%
B = 59.78%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#751DD9 (or 0x751DD9) is known color: Blue Violet. HEX triplet: 75, 1D and D9. RGB value is (117,29,217). Sum of RGB (Red+Green+Blue) = 117+29+217=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #751DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DD9 is #8AE226. Grayscale: #4C4C4C. Windows color (decimal): -9101863 or 14228853. OLE color: 14228853.

HSL color Cylindrical-coordinate representation of color #751DD9: hue angle of 268.09º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751DD9 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 29 217 -
CMYK 0.46 0.87 0 0.15
HSL 268.09º 0.76% 0.48% -
HSV(B) 268.09º 0.87% 0.85% -
XYZ 20.3 9.67 66.44 -
YUV 76.74 207.15 156.71 -
System Red Green Blue C M Y K H S L
Decimal 117 29 217 0.46 0.87 0 0.15 268.09 0.76 0.48
Hex 75 1D D9 2E 57 0 F 10C 4C 30
Octal 165 35 331 56 127 0 17 414 114 60
Binary 1110101 11101 11011001 101110 1010111 0 1111 100001100 1001100 110000

Color Harmonies of #751DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DD9

Black with #751DD9

Text Example


Text Example

White with #751DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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