Html Css Color HEX #75019C Dark Magenta

📋 copy color: '#75019C'

red 117 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #75019C

Tints of Dark Magenta #75019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 42.7%
G = 0.36%
B = 56.93%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75019C (or 0x75019C) is known color: Dark Magenta. HEX triplet: 75, 01 and 9C. RGB value is (117,1,156). Sum of RGB (Red+Green+Blue) = 117+1+156=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #75019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75019C is #8AFE63. Grayscale: #343434. Windows color (decimal): -9109092 or 10223989. OLE color: 10223989.

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

Color convert

RGB 117 1 156 -
CMYK 0.25 0.99 0 0.39
HSL 284.9º 0.99% 0.31% -
HSV(B) 284.9º 0.99% 0.61% -
XYZ 13.35 6.2 31.95 -
YUV 53.35 185.93 173.4 -
System Red Green Blue C M Y K H S L
Decimal 117 1 156 0.25 0.99 0 0.39 284.9 0.99 0.31
Hex 75 1 9C 19 63 0 27 11D 63 1F
Octal 165 1 234 31 143 0 47 435 143 37
Binary 1110101 1 10011100 11001 1100011 0 100111 100011101 1100011 11111

Color Harmonies of #75019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75019C

Black with #75019C

Text Example


Text Example

White with #75019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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