Html Css Color HEX #760198 Dark Magenta

📋 copy color: '#760198'

red 118 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #760198

Tints of Dark Magenta #760198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 43.54%
G = 0.37%
B = 56.09%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#760198 (or 0x760198) is known color: Dark Magenta. HEX triplet: 76, 01 and 98. RGB value is (118,1,152). Sum of RGB (Red+Green+Blue) = 118+1+152=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 1 (0.78% from 255 or 0.37% 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 #760198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760198 is #89FE67. Grayscale: #343434. Windows color (decimal): -9043560 or 9961846. OLE color: 9961846.

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

Color convert

RGB 118 1 152 -
CMYK 0.22 0.99 0 0.40
HSL 286.49º 0.99% 0.3% -
HSV(B) 286.49º 0.99% 0.6% -
XYZ 13.15 6.14 30.2 -
YUV 53.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 118 1 152 0.22 0.99 0 0.40 286.49 0.99 0.3
Hex 76 1 98 16 63 0 28 11E 63 1E
Octal 166 1 230 26 143 0 50 436 143 36
Binary 1110110 1 10011000 10110 1100011 0 101000 100011110 1100011 11110

Color Harmonies of #760198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760198

Black with #760198

Text Example


Text Example

White with #760198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760198; }

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

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

background-color css

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

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

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

border-color css

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

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

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