Html Css Color HEX #750B9D Dark Magenta

📋 copy color: '#750B9D'

red 117 ◦ green 11 ◦ blue 157

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

Shades of Dark Magenta #750B9D

Tints of Dark Magenta #750B9D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 157 (61.72% from 255) = 55.09%

R = 41.05%
G = 3.86%
B = 55.09%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#750B9D (or 0x750B9D) is known color: Dark Magenta. HEX triplet: 75, 0B and 9D. RGB value is (117,11,157). Sum of RGB (Red+Green+Blue) = 117+11+157=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #750B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B9D is #8AF462. Grayscale: #3A3A3A. Windows color (decimal): -9106531 or 10292085. OLE color: 10292085.

HSL color Cylindrical-coordinate representation of color #750B9D: hue angle of 283.56º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750B9D is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 11 157 -
CMYK 0.25 0.93 0 0.38
HSL 283.56º 0.87% 0.33% -
HSV(B) 283.56º 0.93% 0.62% -
XYZ 13.54 6.46 32.43 -
YUV 59.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 117 11 157 0.25 0.93 0 0.38 283.56 0.87 0.33
Hex 75 B 9D 19 5D 0 26 11C 57 21
Octal 165 13 235 31 135 0 46 434 127 41
Binary 1110101 1011 10011101 11001 1011101 0 100110 100011100 1010111 100001

Color Harmonies of #750B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B9D

Black with #750B9D

Text Example


Text Example

White with #750B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,11,157); }

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

background-color css

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

 a { background-color: rgb(117,11,157); }

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

border-color css

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

 span { border-color: rgb(117,11,157); }

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