Html Css Color HEX #750C73 Purple

📋 copy color: '#750C73'

red 117 ◦ green 12 ◦ blue 115

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

Shades of Purple #750C73

Tints of Purple #750C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 47.95%
G = 4.92%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#750C73 (or 0x750C73) is known color: Purple. HEX triplet: 75, 0C and 73. RGB value is (117,12,115). Sum of RGB (Red+Green+Blue) = 117+12+115=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #750C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C73 is #8AF38C. Grayscale: #363636. Windows color (decimal): -9106317 or 7539829. OLE color: 7539829.

HSL color Cylindrical-coordinate representation of color #750C73: hue angle of 301.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C73 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 115 -
CMYK 0 0.90 0.02 0.54
HSL 301.14º 0.81% 0.25% -
HSV(B) 301.14º 0.9% 0.46% -
XYZ 10.56 5.28 16.68 -
YUV 55.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 117 12 115 0 0.90 0.02 0.54 301.14 0.81 0.25
Hex 75 C 73 0 5A 2 36 12D 51 19
Octal 165 14 163 0 132 2 66 455 121 31
Binary 1110101 1100 1110011 0 1011010 10 110110 100101101 1010001 11001

Color Harmonies of #750C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C73

Black with #750C73

Text Example


Text Example

White with #750C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,12,115); }

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

background-color css

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

 a { background-color: rgb(117,12,115); }

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

border-color css

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

 span { border-color: rgb(117,12,115); }

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