Html Css Color HEX #751192 Purple

📋 copy color: '#751192'

red 117 ◦ green 17 ◦ blue 146

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

Shades of Purple #751192

Tints of Purple #751192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 41.79%
G = 6.07%
B = 52.14%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#751192 (or 0x751192) is known color: Purple. HEX triplet: 75, 11 and 92. RGB value is (117,17,146). Sum of RGB (Red+Green+Blue) = 117+17+146=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #751192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751192 is #8AEE6D. Grayscale: #3D3D3D. Windows color (decimal): -9105006 or 9572725. OLE color: 9572725.

HSL color Cylindrical-coordinate representation of color #751192: hue angle of 286.51º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751192 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 17 146 -
CMYK 0.20 0.88 0 0.43
HSL 286.51º 0.79% 0.32% -
HSV(B) 286.51º 0.88% 0.57% -
XYZ 12.72 6.26 27.73 -
YUV 61.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 117 17 146 0.20 0.88 0 0.43 286.51 0.79 0.32
Hex 75 11 92 14 58 0 2B 11F 4F 20
Octal 165 21 222 24 130 0 53 437 117 40
Binary 1110101 10001 10010010 10100 1011000 0 101011 100011111 1001111 100000

Color Harmonies of #751192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751192

Black with #751192

Text Example


Text Example

White with #751192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751192; }

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

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

background-color css

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

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

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

border-color css

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

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

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