Html Css Color HEX #751392 Purple

📋 copy color: '#751392'

red 117 ◦ green 19 ◦ blue 146

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

Shades of Purple #751392

Tints of Purple #751392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 41.49%
G = 6.74%
B = 51.77%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#751392 (or 0x751392) is known color: Purple. HEX triplet: 75, 13 and 92. RGB value is (117,19,146). Sum of RGB (Red+Green+Blue) = 117+19+146=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #751392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751392 is #8AEC6D. Grayscale: #3E3E3E. Windows color (decimal): -9104494 or 9573237. OLE color: 9573237.

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

Color convert

RGB 117 19 146 -
CMYK 0.20 0.87 0 0.43
HSL 286.3º 0.77% 0.32% -
HSV(B) 286.3º 0.87% 0.57% -
XYZ 12.76 6.32 27.74 -
YUV 62.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 117 19 146 0.20 0.87 0 0.43 286.3 0.77 0.32
Hex 75 13 92 14 57 0 2B 11E 4D 20
Octal 165 23 222 24 127 0 53 436 115 40
Binary 1110101 10011 10010010 10100 1010111 0 101011 100011110 1001101 100000

Color Harmonies of #751392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751392

Black with #751392

Text Example


Text Example

White with #751392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751392; }

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

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

background-color css

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

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

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

border-color css

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

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

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