Html Css Color HEX #751198 Dark Magenta

📋 copy color: '#751198'

red 117 ◦ green 17 ◦ blue 152

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

Shades of Dark Magenta #751198

Tints of Dark Magenta #751198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.94%

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

R = 40.91%
G = 5.94%
B = 53.15%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#751198 (or 0x751198) is known color: Dark Magenta. HEX triplet: 75, 11 and 98. RGB value is (117,17,152). Sum of RGB (Red+Green+Blue) = 117+17+152=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #751198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751198 is #8AEE67. Grayscale: #3D3D3D. Windows color (decimal): -9105000 or 9965941. OLE color: 9965941.

HSL color Cylindrical-coordinate representation of color #751198: hue angle of 284.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751198 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 17 152 -
CMYK 0.23 0.89 0 0.40
HSL 284.44º 0.8% 0.33% -
HSV(B) 284.44º 0.89% 0.6% -
XYZ 13.2 6.45 30.25 -
YUV 62.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 117 17 152 0.23 0.89 0 0.40 284.44 0.8 0.33
Hex 75 11 98 17 59 0 28 11C 50 21
Octal 165 21 230 27 131 0 50 434 120 41
Binary 1110101 10001 10011000 10111 1011001 0 101000 100011100 1010000 100001

Color Harmonies of #751198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751198

Black with #751198

Text Example


Text Example

White with #751198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751198; }

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

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

background-color css

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

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

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

border-color css

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

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

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