Html Css Color HEX #750472 Purple

📋 copy color: '#750472'

red 117 ◦ green 4 ◦ blue 114

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

Shades of Purple #750472

Tints of Purple #750472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 49.79%
G = 1.7%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#750472 (or 0x750472) is known color: Purple. HEX triplet: 75, 04 and 72. RGB value is (117,4,114). Sum of RGB (Red+Green+Blue) = 117+4+114=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #750472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750472 is #8AFB8D. Grayscale: #323232. Windows color (decimal): -9108366 or 7472245. OLE color: 7472245.

HSL color Cylindrical-coordinate representation of color #750472: hue angle of 301.59º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750472 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 114 -
CMYK 0 0.97 0.03 0.54
HSL 301.59º 0.93% 0.24% -
HSV(B) 301.59º 0.97% 0.46% -
XYZ 10.42 5.08 16.35 -
YUV 50.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 117 4 114 0 0.97 0.03 0.54 301.59 0.93 0.24
Hex 75 4 72 0 61 3 36 12E 5D 18
Octal 165 4 162 0 141 3 66 456 135 30
Binary 1110101 100 1110010 0 1100001 11 110110 100101110 1011101 11000

Color Harmonies of #750472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750472

Black with #750472

Text Example


Text Example

White with #750472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750472; }

 p { color: rgb(117,4,114); }

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

background-color css

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

 a { background-color: rgb(117,4,114); }

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

border-color css

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

 span { border-color: rgb(117,4,114); }

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