Html Css Color HEX #761298 Dark Magenta

📋 copy color: '#761298'

red 118 ◦ green 18 ◦ blue 152

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

Shades of Dark Magenta #761298

Tints of Dark Magenta #761298

RGB

 RED value IS 118 (46.48% from 255) = 40.97%

 GREEN value IS 18 (7.42% from 255) = 6.25%

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

R = 40.97%
G = 6.25%
B = 52.78%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#761298 (or 0x761298) is known color: Dark Magenta. HEX triplet: 76, 12 and 98. RGB value is (118,18,152). Sum of RGB (Red+Green+Blue) = 118+18+152=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #761298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761298 is #89ED67. Grayscale: #3E3E3E. Windows color (decimal): -9039208 or 9966198. OLE color: 9966198.

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

Color convert

RGB 118 18 152 -
CMYK 0.22 0.88 0 0.40
HSL 284.78º 0.79% 0.33% -
HSV(B) 284.78º 0.88% 0.6% -
XYZ 13.36 6.55 30.27 -
YUV 63.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 118 18 152 0.22 0.88 0 0.40 284.78 0.79 0.33
Hex 76 12 98 16 58 0 28 11D 4F 21
Octal 166 22 230 26 130 0 50 435 117 41
Binary 1110110 10010 10011000 10110 1011000 0 101000 100011101 1001111 100001

Color Harmonies of #761298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761298

Black with #761298

Text Example


Text Example

White with #761298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761298; }

 p { color: rgb(118,18,152); }

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

background-color css

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

 a { background-color: rgb(118,18,152); }

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

border-color css

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

 span { border-color: rgb(118,18,152); }

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