Html Css Color HEX #751986 Purple

📋 copy color: '#751986'

red 117 ◦ green 25 ◦ blue 134

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

Shades of Purple #751986

Tints of Purple #751986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 42.39%
G = 9.06%
B = 48.55%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#751986 (or 0x751986) is known color: Purple. HEX triplet: 75, 19 and 86. RGB value is (117,25,134). Sum of RGB (Red+Green+Blue) = 117+25+134=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #751986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751986 is #8AE679. Grayscale: #404040. Windows color (decimal): -9102970 or 8788341. OLE color: 8788341.

HSL color Cylindrical-coordinate representation of color #751986: hue angle of 290.64º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751986 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 25 134 -
CMYK 0.13 0.81 0 0.47
HSL 290.64º 0.69% 0.31% -
HSV(B) 290.64º 0.81% 0.53% -
XYZ 11.99 6.2 23.12 -
YUV 64.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 117 25 134 0.13 0.81 0 0.47 290.64 0.69 0.31
Hex 75 19 86 D 51 0 2F 123 45 1F
Octal 165 31 206 15 121 0 57 443 105 37
Binary 1110101 11001 10000110 1101 1010001 0 101111 100100011 1000101 11111

Color Harmonies of #751986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751986

Black with #751986

Text Example


Text Example

White with #751986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751986; }

 p { color: rgb(117,25,134); }

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

background-color css

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

 a { background-color: rgb(117,25,134); }

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

border-color css

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

 span { border-color: rgb(117,25,134); }

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