Html Css Color HEX #750077 Purple

📋 copy color: '#750077'

red 117 ◦ green 0 ◦ blue 119

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

Shades of Purple #750077

Tints of Purple #750077

RGB

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

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

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

R = 49.58%
G = 0%
B = 50.42%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750077 (or 0x750077) is known color: Purple. HEX triplet: 75, 00 and 77. RGB value is (117,0,119). Sum of RGB (Red+Green+Blue) = 117+0+119=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #750077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750077 is #8AFF88. Grayscale: #303030. Windows color (decimal): -9109385 or 7798901. OLE color: 7798901.

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

Color convert

RGB 117 0 119 -
CMYK 0.02 1 0 0.53
HSL 298.99º 1% 0.23% -
HSV(B) 298.99º 1% 0.47% -
XYZ 10.67 5.11 17.88 -
YUV 48.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 117 0 119 0.02 1 0 0.53 298.99 1 0.23
Hex 75 0 77 2 64 0 35 12B 64 17
Octal 165 0 167 2 144 0 65 453 144 27
Binary 1110101 0 1110111 10 1100100 0 110101 100101011 1100100 10111

Color Harmonies of #750077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750077

Black with #750077

Text Example


Text Example

White with #750077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750077; }

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

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

background-color css

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

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

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

border-color css

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

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

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