Html Css Color HEX #750299 Dark Magenta

📋 copy color: '#750299'

red 117 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #750299

Tints of Dark Magenta #750299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.25%

R = 43.01%
G = 0.74%
B = 56.25%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#750299 (or 0x750299) is known color: Dark Magenta. HEX triplet: 75, 02 and 99. RGB value is (117,2,153). Sum of RGB (Red+Green+Blue) = 117+2+153=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #750299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750299 is #8AFD66. Grayscale: #353535. Windows color (decimal): -9108839 or 10027637. OLE color: 10027637.

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

Color convert

RGB 117 2 153 -
CMYK 0.24 0.99 0 0.4
HSL 285.7º 0.97% 0.3% -
HSV(B) 285.7º 0.99% 0.6% -
XYZ 13.11 6.13 30.63 -
YUV 53.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 117 2 153 0.24 0.99 0 0.4 285.7 0.97 0.3
Hex 75 2 99 18 63 0 28 11E 61 1E
Octal 165 2 231 30 143 0 50 436 141 36
Binary 1110101 10 10011001 11000 1100011 0 101000 100011110 1100001 11110

Color Harmonies of #750299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750299

Black with #750299

Text Example


Text Example

White with #750299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750299; }

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

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

background-color css

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

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

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

border-color css

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

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

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