Html Css Color HEX #751185 Purple

📋 copy color: '#751185'

red 117 ◦ green 17 ◦ blue 133

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

Shades of Purple #751185

Tints of Purple #751185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.81%

R = 43.82%
G = 6.37%
B = 49.81%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#751185 (or 0x751185) is known color: Purple. HEX triplet: 75, 11 and 85. RGB value is (117,17,133). Sum of RGB (Red+Green+Blue) = 117+17+133=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #751185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751185 is #8AEE7A. Grayscale: #3B3B3B. Windows color (decimal): -9105019 or 8720757. OLE color: 8720757.

HSL color Cylindrical-coordinate representation of color #751185: hue angle of 291.72º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751185 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 17 133 -
CMYK 0.12 0.87 0 0.48
HSL 291.72º 0.77% 0.29% -
HSV(B) 291.72º 0.87% 0.52% -
XYZ 11.77 5.88 22.7 -
YUV 60.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 117 17 133 0.12 0.87 0 0.48 291.72 0.77 0.29
Hex 75 11 85 C 57 0 30 124 4D 1D
Octal 165 21 205 14 127 0 60 444 115 35
Binary 1110101 10001 10000101 1100 1010111 0 110000 100100100 1001101 11101

Color Harmonies of #751185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751185

Black with #751185

Text Example


Text Example

White with #751185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751185; }

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

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

background-color css

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

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

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

border-color css

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

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

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