Html Css Color HEX #750DD2 Dark Violet

📋 copy color: '#750DD2'

red 117 ◦ green 13 ◦ blue 210

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

Shades of Dark Violet #750DD2

Tints of Dark Violet #750DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.76%

R = 34.41%
G = 3.82%
B = 61.76%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#750DD2 (or 0x750DD2) is known color: Dark Violet. HEX triplet: 75, 0D and D2. RGB value is (117,13,210). Sum of RGB (Red+Green+Blue) = 117+13+210=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #750DD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DD2 is #8AF22D. Grayscale: #414141. Windows color (decimal): -9105966 or 13766005. OLE color: 13766005.

HSL color Cylindrical-coordinate representation of color #750DD2: hue angle of 271.68º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750DD2 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 13 210 -
CMYK 0.44 0.94 0 0.18
HSL 271.68º 0.88% 0.44% -
HSV(B) 271.68º 0.94% 0.82% -
XYZ 19.11 8.72 61.65 -
YUV 66.55 208.96 163.98 -
System Red Green Blue C M Y K H S L
Decimal 117 13 210 0.44 0.94 0 0.18 271.68 0.88 0.44
Hex 75 D D2 2C 5E 0 12 110 58 2C
Octal 165 15 322 54 136 0 22 420 130 54
Binary 1110101 1101 11010010 101100 1011110 0 10010 100010000 1011000 101100

Color Harmonies of #750DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DD2

Black with #750DD2

Text Example


Text Example

White with #750DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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