Html Css Color HEX #750891 Purple

📋 copy color: '#750891'

red 117 ◦ green 8 ◦ blue 145

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

Shades of Purple #750891

Tints of Purple #750891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 43.33%
G = 2.96%
B = 53.7%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#750891 (or 0x750891) is known color: Purple. HEX triplet: 75, 08 and 91. RGB value is (117,8,145). Sum of RGB (Red+Green+Blue) = 117+8+145=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #750891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750891 is #8AF76E. Grayscale: #373737. Windows color (decimal): -9107311 or 9504885. OLE color: 9504885.

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

Color convert

RGB 117 8 145 -
CMYK 0.19 0.94 0 0.43
HSL 287.74º 0.9% 0.3% -
HSV(B) 287.74º 0.94% 0.57% -
XYZ 12.53 6 27.29 -
YUV 56.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 117 8 145 0.19 0.94 0 0.43 287.74 0.9 0.3
Hex 75 8 91 13 5E 0 2B 120 5A 1E
Octal 165 10 221 23 136 0 53 440 132 36
Binary 1110101 1000 10010001 10011 1011110 0 101011 100100000 1011010 11110

Color Harmonies of #750891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750891

Black with #750891

Text Example


Text Example

White with #750891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750891; }

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

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

background-color css

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

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

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

border-color css

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

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

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