Html Css Color HEX #75118A Purple

📋 copy color: '#75118A'

red 117 ◦ green 17 ◦ blue 138

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

Shades of Purple #75118A

Tints of Purple #75118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.74%

R = 43.01%
G = 6.25%
B = 50.74%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75118A (or 0x75118A) is known color: Purple. HEX triplet: 75, 11 and 8A. RGB value is (117,17,138). Sum of RGB (Red+Green+Blue) = 117+17+138=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #75118A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75118A is #8AEE75. Grayscale: #3C3C3C. Windows color (decimal): -9105014 or 9048437. OLE color: 9048437.

HSL color Cylindrical-coordinate representation of color #75118A: hue angle of 289.59º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75118A is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 17 138 -
CMYK 0.15 0.88 0 0.46
HSL 289.59º 0.78% 0.3% -
HSV(B) 289.59º 0.88% 0.54% -
XYZ 12.12 6.02 24.57 -
YUV 60.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 117 17 138 0.15 0.88 0 0.46 289.59 0.78 0.3
Hex 75 11 8A F 58 0 2E 122 4E 1E
Octal 165 21 212 17 130 0 56 442 116 36
Binary 1110101 10001 10001010 1111 1011000 0 101110 100100010 1001110 11110

Color Harmonies of #75118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75118A

Black with #75118A

Text Example


Text Example

White with #75118A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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