Html Css Color HEX #75118D Purple

📋 copy color: '#75118D'

red 117 ◦ green 17 ◦ blue 141

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

Shades of Purple #75118D

Tints of Purple #75118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 42.55%
G = 6.18%
B = 51.27%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75118D (or 0x75118D) is known color: Purple. HEX triplet: 75, 11 and 8D. RGB value is (117,17,141). Sum of RGB (Red+Green+Blue) = 117+17+141=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #75118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75118D is #8AEE72. Grayscale: #3C3C3C. Windows color (decimal): -9105011 or 9245045. OLE color: 9245045.

HSL color Cylindrical-coordinate representation of color #75118D: hue angle of 288.39º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75118D is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 17 141 -
CMYK 0.17 0.88 0 0.45
HSL 288.39º 0.78% 0.31% -
HSV(B) 288.39º 0.88% 0.55% -
XYZ 12.34 6.11 25.73 -
YUV 61.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 117 17 141 0.17 0.88 0 0.45 288.39 0.78 0.31
Hex 75 11 8D 11 58 0 2D 120 4E 1F
Octal 165 21 215 21 130 0 55 440 116 37
Binary 1110101 10001 10001101 10001 1011000 0 101101 100100000 1001110 11111

Color Harmonies of #75118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75118D

Black with #75118D

Text Example


Text Example

White with #75118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75118D; }

 p { color: rgb(117,17,141); }

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

background-color css

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

 a { background-color: rgb(117,17,141); }

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

border-color css

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

 span { border-color: rgb(117,17,141); }

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