Html Css Color HEX #750DDC Blue Violet

📋 copy color: '#750DDC'

red 117 ◦ green 13 ◦ blue 220

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

Shades of Blue Violet #750DDC

Tints of Blue Violet #750DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 33.43%
G = 3.71%
B = 62.86%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#750DDC (or 0x750DDC) is known color: Blue Violet. HEX triplet: 75, 0D and DC. RGB value is (117,13,220). Sum of RGB (Red+Green+Blue) = 117+13+220=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #750DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DDC is #8AF223. Grayscale: #424242. Windows color (decimal): -9105956 or 14421365. OLE color: 14421365.

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

Color convert

RGB 117 13 220 -
CMYK 0.47 0.94 0 0.14
HSL 270.14º 0.89% 0.46% -
HSV(B) 270.14º 0.94% 0.86% -
XYZ 20.4 9.24 68.42 -
YUV 67.69 213.96 163.17 -
System Red Green Blue C M Y K H S L
Decimal 117 13 220 0.47 0.94 0 0.14 270.14 0.89 0.46
Hex 75 D DC 2F 5E 0 E 10E 59 2E
Octal 165 15 334 57 136 0 16 416 131 56
Binary 1110101 1101 11011100 101111 1011110 0 1110 100001110 1011001 101110

Color Harmonies of #750DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DDC

Black with #750DDC

Text Example


Text Example

White with #750DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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