Html Css Color HEX #75117F Purple

📋 copy color: '#75117F'

red 117 ◦ green 17 ◦ blue 127

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

Shades of Purple #75117F

Tints of Purple #75117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.66%

R = 44.83%
G = 6.51%
B = 48.66%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75117F (or 0x75117F) is known color: Purple. HEX triplet: 75, 11 and 7F. RGB value is (117,17,127). Sum of RGB (Red+Green+Blue) = 117+17+127=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #75117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75117F is #8AEE80. Grayscale: #3B3B3B. Windows color (decimal): -9105025 or 8327541. OLE color: 8327541.

HSL color Cylindrical-coordinate representation of color #75117F: hue angle of 294.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75117F is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 17 127 -
CMYK 0.08 0.87 0 0.50
HSL 294.55º 0.76% 0.28% -
HSV(B) 294.55º 0.87% 0.5% -
XYZ 11.37 5.72 20.58 -
YUV 59.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 117 17 127 0.08 0.87 0 0.50 294.55 0.76 0.28
Hex 75 11 7F 8 57 0 32 127 4C 1C
Octal 165 21 177 10 127 0 62 447 114 34
Binary 1110101 10001 1111111 1000 1010111 0 110010 100100111 1001100 11100

Color Harmonies of #75117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75117F

Black with #75117F

Text Example


Text Example

White with #75117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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