Html Css Color HEX #750091 Purple

📋 copy color: '#750091'

red 117 ◦ green 0 ◦ blue 145

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

Shades of Purple #750091

Tints of Purple #750091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.66%
G = 0%
B = 55.34%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#750091 (or 0x750091) is known color: Purple. HEX triplet: 75, 00 and 91. RGB value is (117,0,145). Sum of RGB (Red+Green+Blue) = 117+0+145=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #750091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750091 is #8AFF6E. Grayscale: #333333. Windows color (decimal): -9109359 or 9502837. OLE color: 9502837.

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

Color convert

RGB 117 0 145 -
CMYK 0.19 1 0 0.43
HSL 288.41º 1% 0.28% -
HSV(B) 288.41º 1% 0.57% -
XYZ 12.45 5.83 27.26 -
YUV 51.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 117 0 145 0.19 1 0 0.43 288.41 1 0.28
Hex 75 0 91 13 64 0 2B 120 64 1C
Octal 165 0 221 23 144 0 53 440 144 34
Binary 1110101 0 10010001 10011 1100100 0 101011 100100000 1100100 11100

Color Harmonies of #750091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750091

Black with #750091

Text Example


Text Example

White with #750091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750091; }

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

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

background-color css

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

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

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

border-color css

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

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

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