Html Css Color HEX #750774 Purple

📋 copy color: '#750774'

red 117 ◦ green 7 ◦ blue 116

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

Shades of Purple #750774

Tints of Purple #750774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 48.75%
G = 2.92%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#750774 (or 0x750774) is known color: Purple. HEX triplet: 75, 07 and 74. RGB value is (117,7,116). Sum of RGB (Red+Green+Blue) = 117+7+116=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #750774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750774 is #8AF88B. Grayscale: #333333. Windows color (decimal): -9107596 or 7604085. OLE color: 7604085.

HSL color Cylindrical-coordinate representation of color #750774: hue angle of 300.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750774 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 116 -
CMYK 0 0.94 0.01 0.54
HSL 300.55º 0.89% 0.24% -
HSV(B) 300.55º 0.94% 0.46% -
XYZ 10.56 5.19 16.97 -
YUV 52.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 117 7 116 0 0.94 0.01 0.54 300.55 0.89 0.24
Hex 75 7 74 0 5E 1 36 12D 59 18
Octal 165 7 164 0 136 1 66 455 131 30
Binary 1110101 111 1110100 0 1011110 1 110110 100101101 1011001 11000

Color Harmonies of #750774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750774

Black with #750774

Text Example


Text Example

White with #750774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750774; }

 p { color: rgb(117,7,116); }

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

background-color css

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

 a { background-color: rgb(117,7,116); }

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

border-color css

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

 span { border-color: rgb(117,7,116); }

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