Html Css Color HEX #750298 Dark Magenta

📋 copy color: '#750298'

red 117 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #750298

Tints of Dark Magenta #750298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 43.17%
G = 0.74%
B = 56.09%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#750298 (or 0x750298) is known color: Dark Magenta. HEX triplet: 75, 02 and 98. RGB value is (117,2,152). Sum of RGB (Red+Green+Blue) = 117+2+152=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #750298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750298 is #8AFD67. Grayscale: #353535. Windows color (decimal): -9108840 or 9962101. OLE color: 9962101.

HSL color Cylindrical-coordinate representation of color #750298: hue angle of 286º 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 #750298 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 2 152 -
CMYK 0.23 0.99 0 0.40
HSL 286º 0.97% 0.3% -
HSV(B) 286º 0.99% 0.6% -
XYZ 13.03 6.09 30.2 -
YUV 53.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 117 2 152 0.23 0.99 0 0.40 286 0.97 0.3
Hex 75 2 98 17 63 0 28 11E 61 1E
Octal 165 2 230 27 143 0 50 436 141 36
Binary 1110101 10 10011000 10111 1100011 0 101000 100011110 1100001 11110

Color Harmonies of #750298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750298

Black with #750298

Text Example


Text Example

White with #750298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750298; }

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

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

background-color css

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

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

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

border-color css

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

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

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