Html Css Color HEX #750076 Purple

📋 copy color: '#750076'

red 117 ◦ green 0 ◦ blue 118

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

Shades of Purple #750076

Tints of Purple #750076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 49.79%
G = 0%
B = 50.21%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#750076 (or 0x750076) is known color: Purple. HEX triplet: 75, 00 and 76. RGB value is (117,0,118). Sum of RGB (Red+Green+Blue) = 117+0+118=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #750076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750076 is #8AFF89. Grayscale: #303030. Windows color (decimal): -9109386 or 7733365. OLE color: 7733365.

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

Color convert

RGB 117 0 118 -
CMYK 0.01 1 0 0.54
HSL 299.49º 1% 0.23% -
HSV(B) 299.49º 1% 0.46% -
XYZ 10.61 5.09 17.56 -
YUV 48.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 117 0 118 0.01 1 0 0.54 299.49 1 0.23
Hex 75 0 76 1 64 0 36 12B 64 17
Octal 165 0 166 1 144 0 66 453 144 27
Binary 1110101 0 1110110 1 1100100 0 110110 100101011 1100100 10111

Color Harmonies of #750076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750076

Black with #750076

Text Example


Text Example

White with #750076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750076; }

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

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

background-color css

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

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

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

border-color css

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

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

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