Html Css Color HEX #750ECB Dark Violet

📋 copy color: '#750ECB'

red 117 ◦ green 14 ◦ blue 203

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

Shades of Dark Violet #750ECB

Tints of Dark Violet #750ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 35.03%
G = 4.19%
B = 60.78%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#750ECB (or 0x750ECB) is known color: Dark Violet. HEX triplet: 75, 0E and CB. RGB value is (117,14,203). Sum of RGB (Red+Green+Blue) = 117+14+203=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #750ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ECB is #8AF134. Grayscale: #414141. Windows color (decimal): -9105717 or 13307509. OLE color: 13307509.

HSL color Cylindrical-coordinate representation of color #750ECB: hue angle of 272.7º 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 #750ECB is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 14 203 -
CMYK 0.42 0.93 0 0.20
HSL 272.7º 0.87% 0.43% -
HSV(B) 272.7º 0.93% 0.8% -
XYZ 18.27 8.41 57.16 -
YUV 66.34 205.12 164.13 -
System Red Green Blue C M Y K H S L
Decimal 117 14 203 0.42 0.93 0 0.20 272.7 0.87 0.43
Hex 75 E CB 2A 5D 0 14 111 57 2B
Octal 165 16 313 52 135 0 24 421 127 53
Binary 1110101 1110 11001011 101010 1011101 0 10100 100010001 1010111 101011

Color Harmonies of #750ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750ECB

Black with #750ECB

Text Example


Text Example

White with #750ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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