Html Css Color HEX #751175 Purple

📋 copy color: '#751175'

red 117 ◦ green 17 ◦ blue 117

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

Shades of Purple #751175

Tints of Purple #751175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.61%

R = 46.61%
G = 6.77%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#751175 (or 0x751175) is known color: Purple. HEX triplet: 75, 11 and 75. RGB value is (117,17,117). Sum of RGB (Red+Green+Blue) = 117+17+117=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #751175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751175 is #8AEE8A. Grayscale: #3A3A3A. Windows color (decimal): -9105035 or 7672181. OLE color: 7672181.

HSL color Cylindrical-coordinate representation of color #751175: hue angle of 300º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751175 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 117 -
CMYK 0 0.85 0 0.54
HSL 300º 0.75% 0.26% -
HSV(B) 300º 0.85% 0.46% -
XYZ 10.75 5.47 17.32 -
YUV 58.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 117 17 117 0 0.85 0 0.54 300 0.75 0.26
Hex 75 11 75 0 55 0 36 12C 4B 1A
Octal 165 21 165 0 125 0 66 454 113 32
Binary 1110101 10001 1110101 0 1010101 0 110110 100101100 1001011 11010

Color Harmonies of #751175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751175

Black with #751175

Text Example


Text Example

White with #751175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751175; }

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

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

background-color css

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

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

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

border-color css

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

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

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