Html Css Color HEX #750D71 Purple

📋 copy color: '#750D71'

red 117 ◦ green 13 ◦ blue 113

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

Shades of Purple #750D71

Tints of Purple #750D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.35%

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 48.15%
G = 5.35%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#750D71 (or 0x750D71) is known color: Purple. HEX triplet: 75, 0D and 71. RGB value is (117,13,113). Sum of RGB (Red+Green+Blue) = 117+13+113=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #750D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D71 is #8AF28E. Grayscale: #373737. Windows color (decimal): -9106063 or 7409013. OLE color: 7409013.

HSL color Cylindrical-coordinate representation of color #750D71: hue angle of 302.31º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D71 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 113 -
CMYK 0 0.89 0.03 0.54
HSL 302.31º 0.8% 0.25% -
HSV(B) 302.31º 0.89% 0.46% -
XYZ 10.46 5.26 16.09 -
YUV 55.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 117 13 113 0 0.89 0.03 0.54 302.31 0.8 0.25
Hex 75 D 71 0 59 3 36 12E 50 19
Octal 165 15 161 0 131 3 66 456 120 31
Binary 1110101 1101 1110001 0 1011001 11 110110 100101110 1010000 11001

Color Harmonies of #750D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D71

Black with #750D71

Text Example


Text Example

White with #750D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D71; }

 p { color: rgb(117,13,113); }

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

background-color css

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

 a { background-color: rgb(117,13,113); }

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

border-color css

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

 span { border-color: rgb(117,13,113); }

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