Html Css Color HEX #750ECD Dark Violet

📋 copy color: '#750ECD'

red 117 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #750ECD

Tints of Dark Violet #750ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 34.82%
G = 4.17%
B = 61.01%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#750ECD (or 0x750ECD) is known color: Dark Violet. HEX triplet: 75, 0E and CD. RGB value is (117,14,205). Sum of RGB (Red+Green+Blue) = 117+14+205=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #750ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ECD is #8AF132. Grayscale: #414141. Windows color (decimal): -9105715 or 13438581. OLE color: 13438581.

HSL color Cylindrical-coordinate representation of color #750ECD: hue angle of 272.36º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750ECD is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 14 205 -
CMYK 0.43 0.93 0 0.20
HSL 272.36º 0.87% 0.43% -
HSV(B) 272.36º 0.93% 0.8% -
XYZ 18.51 8.5 58.42 -
YUV 66.57 206.12 163.97 -
System Red Green Blue C M Y K H S L
Decimal 117 14 205 0.43 0.93 0 0.20 272.36 0.87 0.43
Hex 75 E CD 2B 5D 0 14 110 57 2B
Octal 165 16 315 53 135 0 24 420 127 53
Binary 1110101 1110 11001101 101011 1011101 0 10100 100010000 1010111 101011

Color Harmonies of #750ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750ECD

Black with #750ECD

Text Example


Text Example

White with #750ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,14,205); }

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

background-color css

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

 a { background-color: rgb(117,14,205); }

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

border-color css

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

 span { border-color: rgb(117,14,205); }

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