Html Css Color HEX #75019F Dark Magenta

📋 copy color: '#75019F'

red 117 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #75019F

Tints of Dark Magenta #75019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 42.24%
G = 0.36%
B = 57.4%

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

#75019F (or 0x75019F) is known color: Dark Magenta. HEX triplet: 75, 01 and 9F. RGB value is (117,1,159). Sum of RGB (Red+Green+Blue) = 117+1+159=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #75019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75019F is #8AFE60. Grayscale: #353535. Windows color (decimal): -9109089 or 10420597. OLE color: 10420597.

HSL color Cylindrical-coordinate representation of color #75019F: hue angle of 284.05º 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 #75019F is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 1 159 -
CMYK 0.26 0.99 0 0.38
HSL 284.05º 0.99% 0.31% -
HSV(B) 284.05º 0.99% 0.62% -
XYZ 13.6 6.31 33.3 -
YUV 53.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 117 1 159 0.26 0.99 0 0.38 284.05 0.99 0.31
Hex 75 1 9F 1A 63 0 26 11C 63 1F
Octal 165 1 237 32 143 0 46 434 143 37
Binary 1110101 1 10011111 11010 1100011 0 100110 100011100 1100011 11111

Color Harmonies of #75019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75019F

Black with #75019F

Text Example


Text Example

White with #75019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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