Html Css Color HEX #751590 Purple

📋 copy color: '#751590'

red 117 ◦ green 21 ◦ blue 144

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

Shades of Purple #751590

Tints of Purple #751590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 41.49%
G = 7.45%
B = 51.06%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#751590 (or 0x751590) is known color: Purple. HEX triplet: 75, 15 and 90. RGB value is (117,21,144). Sum of RGB (Red+Green+Blue) = 117+21+144=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #751590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751590 is #8AEA6F. Grayscale: #3F3F3F. Windows color (decimal): -9103984 or 9442677. OLE color: 9442677.

HSL color Cylindrical-coordinate representation of color #751590: hue angle of 286.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751590 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 21 144 -
CMYK 0.19 0.85 0 0.44
HSL 286.83º 0.75% 0.32% -
HSV(B) 286.83º 0.85% 0.56% -
XYZ 12.64 6.33 26.94 -
YUV 63.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 117 21 144 0.19 0.85 0 0.44 286.83 0.75 0.32
Hex 75 15 90 13 55 0 2C 11F 4B 20
Octal 165 25 220 23 125 0 54 437 113 40
Binary 1110101 10101 10010000 10011 1010101 0 101100 100011111 1001011 100000

Color Harmonies of #751590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751590

Black with #751590

Text Example


Text Example

White with #751590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751590; }

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

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

background-color css

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

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

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

border-color css

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

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

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