Html Css Color HEX #750296 Dark Magenta

📋 copy color: '#750296'

red 117 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #750296

Tints of Dark Magenta #750296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 150 (58.98% from 255) = 55.76%

R = 43.49%
G = 0.74%
B = 55.76%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#750296 (or 0x750296) is known color: Dark Magenta. HEX triplet: 75, 02 and 96. RGB value is (117,2,150). Sum of RGB (Red+Green+Blue) = 117+2+150=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #750296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750296 is #8AFD69. Grayscale: #343434. Windows color (decimal): -9108842 or 9831029. OLE color: 9831029.

HSL color Cylindrical-coordinate representation of color #750296: hue angle of 286.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750296 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 2 150 -
CMYK 0.22 0.99 0 0.41
HSL 286.62º 0.97% 0.3% -
HSV(B) 286.62º 0.99% 0.59% -
XYZ 12.86 6.03 29.34 -
YUV 53.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 117 2 150 0.22 0.99 0 0.41 286.62 0.97 0.3
Hex 75 2 96 16 63 0 29 11F 61 1E
Octal 165 2 226 26 143 0 51 437 141 36
Binary 1110101 10 10010110 10110 1100011 0 101001 100011111 1100001 11110

Color Harmonies of #750296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750296

Black with #750296

Text Example


Text Example

White with #750296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750296; }

 p { color: rgb(117,2,150); }

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

background-color css

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

 a { background-color: rgb(117,2,150); }

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

border-color css

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

 span { border-color: rgb(117,2,150); }

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