Html Css Color HEX #75019E Dark Magenta

📋 copy color: '#75019E'

red 117 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #75019E

Tints of Dark Magenta #75019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 42.39%
G = 0.36%
B = 57.25%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75019E (or 0x75019E) is known color: Dark Magenta. HEX triplet: 75, 01 and 9E. RGB value is (117,1,158). Sum of RGB (Red+Green+Blue) = 117+1+158=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #75019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75019E is #8AFE61. Grayscale: #353535. Windows color (decimal): -9109090 or 10355061. OLE color: 10355061.

HSL color Cylindrical-coordinate representation of color #75019E: hue angle of 284.33º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75019E is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 1 158 -
CMYK 0.26 0.99 0 0.38
HSL 284.33º 0.99% 0.31% -
HSV(B) 284.33º 0.99% 0.62% -
XYZ 13.52 6.27 32.85 -
YUV 53.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 117 1 158 0.26 0.99 0 0.38 284.33 0.99 0.31
Hex 75 1 9E 1A 63 0 26 11C 63 1F
Octal 165 1 236 32 143 0 46 434 143 37
Binary 1110101 1 10011110 11010 1100011 0 100110 100011100 1100011 11111

Color Harmonies of #75019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75019E

Black with #75019E

Text Example


Text Example

White with #75019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75019E; }

 p { color: rgb(117,1,158); }

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

background-color css

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

 a { background-color: rgb(117,1,158); }

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

border-color css

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

 span { border-color: rgb(117,1,158); }

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