Html Css Color HEX #750CA3 Dark Magenta

📋 copy color: '#750CA3'

red 117 ◦ green 12 ◦ blue 163

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

Shades of Dark Magenta #750CA3

Tints of Dark Magenta #750CA3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.11%

 BLUE value IS 163 (64.06% from 255) = 55.82%

R = 40.07%
G = 4.11%
B = 55.82%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#750CA3 (or 0x750CA3) is known color: Dark Magenta. HEX triplet: 75, 0C and A3. RGB value is (117,12,163). Sum of RGB (Red+Green+Blue) = 117+12+163=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #750CA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750CA3 is #8AF35C. Grayscale: #3C3C3C. Windows color (decimal): -9106269 or 10685557. OLE color: 10685557.

HSL color Cylindrical-coordinate representation of color #750CA3: hue angle of 281.72º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750CA3 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 12 163 -
CMYK 0.28 0.93 0 0.36
HSL 281.72º 0.86% 0.34% -
HSV(B) 281.72º 0.93% 0.64% -
XYZ 14.08 6.69 35.2 -
YUV 60.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 117 12 163 0.28 0.93 0 0.36 281.72 0.86 0.34
Hex 75 C A3 1C 5D 0 24 11A 56 22
Octal 165 14 243 34 135 0 44 432 126 42
Binary 1110101 1100 10100011 11100 1011101 0 100100 100011010 1010110 100010

Color Harmonies of #750CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CA3

Black with #750CA3

Text Example


Text Example

White with #750CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,12,163); }

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

background-color css

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

 a { background-color: rgb(117,12,163); }

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

border-color css

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

 span { border-color: rgb(117,12,163); }

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