Html Css Color HEX #751183 Purple

📋 copy color: '#751183'

red 117 ◦ green 17 ◦ blue 131

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

Shades of Purple #751183

Tints of Purple #751183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.43%

R = 44.15%
G = 6.42%
B = 49.43%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751183 (or 0x751183) is known color: Purple. HEX triplet: 75, 11 and 83. RGB value is (117,17,131). Sum of RGB (Red+Green+Blue) = 117+17+131=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #751183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751183 is #8AEE7C. Grayscale: #3B3B3B. Windows color (decimal): -9105021 or 8589685. OLE color: 8589685.

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

Color convert

RGB 117 17 131 -
CMYK 0.11 0.87 0 0.49
HSL 292.63º 0.77% 0.29% -
HSV(B) 292.63º 0.87% 0.51% -
XYZ 11.63 5.82 21.98 -
YUV 59.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 117 17 131 0.11 0.87 0 0.49 292.63 0.77 0.29
Hex 75 11 83 B 57 0 31 125 4D 1D
Octal 165 21 203 13 127 0 61 445 115 35
Binary 1110101 10001 10000011 1011 1010111 0 110001 100100101 1001101 11101

Color Harmonies of #751183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751183

Black with #751183

Text Example


Text Example

White with #751183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751183; }

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

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

background-color css

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

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

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

border-color css

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

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

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