Html Css Color HEX #750877 Purple

📋 copy color: '#750877'

red 117 ◦ green 8 ◦ blue 119

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

Shades of Purple #750877

Tints of Purple #750877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 47.95%
G = 3.28%
B = 48.77%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750877 (or 0x750877) is known color: Purple. HEX triplet: 75, 08 and 77. RGB value is (117,8,119). Sum of RGB (Red+Green+Blue) = 117+8+119=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #750877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750877 is #8AF788. Grayscale: #343434. Windows color (decimal): -9107337 or 7800949. OLE color: 7800949.

HSL color Cylindrical-coordinate representation of color #750877: hue angle of 298.92º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750877 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 8 119 -
CMYK 0.02 0.93 0 0.53
HSL 298.92º 0.87% 0.25% -
HSV(B) 298.92º 0.93% 0.47% -
XYZ 10.75 5.29 17.91 -
YUV 53.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 117 8 119 0.02 0.93 0 0.53 298.92 0.87 0.25
Hex 75 8 77 2 5D 0 35 12B 57 19
Octal 165 10 167 2 135 0 65 453 127 31
Binary 1110101 1000 1110111 10 1011101 0 110101 100101011 1010111 11001

Color Harmonies of #750877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750877

Black with #750877

Text Example


Text Example

White with #750877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750877; }

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

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

background-color css

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

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

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

border-color css

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

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

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