Html Css Color HEX #750DDF Blue Violet

📋 copy color: '#750DDF'

red 117 ◦ green 13 ◦ blue 223

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

Shades of Blue Violet #750DDF

Tints of Blue Violet #750DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.68%

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

R = 33.14%
G = 3.68%
B = 63.17%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#750DDF (or 0x750DDF) is known color: Blue Violet. HEX triplet: 75, 0D and DF. RGB value is (117,13,223). Sum of RGB (Red+Green+Blue) = 117+13+223=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #750DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DDF is #8AF220. Grayscale: #434343. Windows color (decimal): -9105953 or 14617973. OLE color: 14617973.

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

Color convert

RGB 117 13 223 -
CMYK 0.48 0.94 0 0.13
HSL 269.71º 0.89% 0.46% -
HSV(B) 269.71º 0.94% 0.87% -
XYZ 20.8 9.4 70.53 -
YUV 68.04 215.46 162.92 -
System Red Green Blue C M Y K H S L
Decimal 117 13 223 0.48 0.94 0 0.13 269.71 0.89 0.46
Hex 75 D DF 30 5E 0 D 10E 59 2E
Octal 165 15 337 60 136 0 15 416 131 56
Binary 1110101 1101 11011111 110000 1011110 0 1101 100001110 1011001 101110

Color Harmonies of #750DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DDF

Black with #750DDF

Text Example


Text Example

White with #750DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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