Html Css Color HEX #751591 Purple

📋 copy color: '#751591'

red 117 ◦ green 21 ◦ blue 145

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

Shades of Purple #751591

Tints of Purple #751591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 41.34%
G = 7.42%
B = 51.24%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#751591 (or 0x751591) is known color: Purple. HEX triplet: 75, 15 and 91. RGB value is (117,21,145). Sum of RGB (Red+Green+Blue) = 117+21+145=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #751591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751591 is #8AEA6E. Grayscale: #3F3F3F. Windows color (decimal): -9103983 or 9508213. OLE color: 9508213.

HSL color Cylindrical-coordinate representation of color #751591: hue angle of 286.45º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751591 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 21 145 -
CMYK 0.19 0.86 0 0.43
HSL 286.45º 0.75% 0.33% -
HSV(B) 286.45º 0.86% 0.57% -
XYZ 12.72 6.36 27.35 -
YUV 63.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 117 21 145 0.19 0.86 0 0.43 286.45 0.75 0.33
Hex 75 15 91 13 56 0 2B 11E 4B 21
Octal 165 25 221 23 126 0 53 436 113 41
Binary 1110101 10101 10010001 10011 1010110 0 101011 100011110 1001011 100001

Color Harmonies of #751591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751591

Black with #751591

Text Example


Text Example

White with #751591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751591; }

 p { color: rgb(117,21,145); }

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

background-color css

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

 a { background-color: rgb(117,21,145); }

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

border-color css

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

 span { border-color: rgb(117,21,145); }

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