Html Css Color HEX #750D77 Purple

📋 copy color: '#750D77'

red 117 ◦ green 13 ◦ blue 119

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

Shades of Purple #750D77

Tints of Purple #750D77

RGB

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

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

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

R = 46.99%
G = 5.22%
B = 47.79%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750D77 (or 0x750D77) is known color: Purple. HEX triplet: 75, 0D and 77. RGB value is (117,13,119). Sum of RGB (Red+Green+Blue) = 117+13+119=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #750D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D77 is #8AF288. Grayscale: #373737. Windows color (decimal): -9106057 or 7802229. OLE color: 7802229.

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

Color convert

RGB 117 13 119 -
CMYK 0.02 0.89 0 0.53
HSL 298.87º 0.8% 0.26% -
HSV(B) 298.87º 0.89% 0.47% -
XYZ 10.81 5.4 17.93 -
YUV 56.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 117 13 119 0.02 0.89 0 0.53 298.87 0.8 0.26
Hex 75 D 77 2 59 0 35 12B 50 1A
Octal 165 15 167 2 131 0 65 453 120 32
Binary 1110101 1101 1110111 10 1011001 0 110101 100101011 1010000 11010

Color Harmonies of #750D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D77

Black with #750D77

Text Example


Text Example

White with #750D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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