Html Css Color HEX #751098 Dark Magenta

📋 copy color: '#751098'

red 117 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #751098

Tints of Dark Magenta #751098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

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

R = 41.05%
G = 5.61%
B = 53.33%

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

#751098 (or 0x751098) is known color: Dark Magenta. HEX triplet: 75, 10 and 98. RGB value is (117,16,152). Sum of RGB (Red+Green+Blue) = 117+16+152=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #751098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751098 is #8AEF67. Grayscale: #3D3D3D. Windows color (decimal): -9105256 or 9965685. OLE color: 9965685.

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

Color convert

RGB 117 16 152 -
CMYK 0.23 0.89 0 0.40
HSL 284.56º 0.81% 0.33% -
HSV(B) 284.56º 0.89% 0.6% -
XYZ 13.19 6.42 30.25 -
YUV 61.7 178.96 167.44 -
System Red Green Blue C M Y K H S L
Decimal 117 16 152 0.23 0.89 0 0.40 284.56 0.81 0.33
Hex 75 10 98 17 59 0 28 11D 51 21
Octal 165 20 230 27 131 0 50 435 121 41
Binary 1110101 10000 10011000 10111 1011001 0 101000 100011101 1010001 100001

Color Harmonies of #751098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751098

Black with #751098

Text Example


Text Example

White with #751098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751098; }

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

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

background-color css

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

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

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

border-color css

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

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

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