Html Css Color HEX #751A86 Purple

📋 copy color: '#751A86'

red 117 ◦ green 26 ◦ blue 134

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

Shades of Purple #751A86

Tints of Purple #751A86

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

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

R = 42.24%
G = 9.39%
B = 48.38%

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

#751A86 (or 0x751A86) is known color: Purple. HEX triplet: 75, 1A and 86. RGB value is (117,26,134). Sum of RGB (Red+Green+Blue) = 117+26+134=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #751A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A86 is #8AE579. Grayscale: #414141. Windows color (decimal): -9102714 or 8788597. OLE color: 8788597.

HSL color Cylindrical-coordinate representation of color #751A86: hue angle of 290.56º degrees, saturation: 0.68, 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 #751A86 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 26 134 -
CMYK 0.13 0.81 0 0.47
HSL 290.56º 0.68% 0.31% -
HSV(B) 290.56º 0.81% 0.53% -
XYZ 12.01 6.24 23.13 -
YUV 65.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 117 26 134 0.13 0.81 0 0.47 290.56 0.68 0.31
Hex 75 1A 86 D 51 0 2F 123 44 1F
Octal 165 32 206 15 121 0 57 443 104 37
Binary 1110101 11010 10000110 1101 1010001 0 101111 100100011 1000100 11111

Color Harmonies of #751A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A86

Black with #751A86

Text Example


Text Example

White with #751A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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