Html Css Color HEX #751174 Purple

📋 copy color: '#751174'

red 117 ◦ green 17 ◦ blue 116

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

Shades of Purple #751174

Tints of Purple #751174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 46.8%
G = 6.8%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#751174 (or 0x751174) is known color: Purple. HEX triplet: 75, 11 and 74. RGB value is (117,17,116). Sum of RGB (Red+Green+Blue) = 117+17+116=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #751174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751174 is #8AEE8B. Grayscale: #393939. Windows color (decimal): -9105036 or 7606645. OLE color: 7606645.

HSL color Cylindrical-coordinate representation of color #751174: hue angle of 300.6º 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 #751174 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 116 -
CMYK 0 0.85 0.01 0.54
HSL 300.6º 0.75% 0.26% -
HSV(B) 300.6º 0.85% 0.46% -
XYZ 10.69 5.44 17.01 -
YUV 58.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 117 17 116 0 0.85 0.01 0.54 300.6 0.75 0.26
Hex 75 11 74 0 55 1 36 12D 4B 1A
Octal 165 21 164 0 125 1 66 455 113 32
Binary 1110101 10001 1110100 0 1010101 1 110110 100101101 1001011 11010

Color Harmonies of #751174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751174

Black with #751174

Text Example


Text Example

White with #751174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751174; }

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

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

background-color css

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

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

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

border-color css

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

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

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