Html Css Color HEX #750474 Purple

📋 copy color: '#750474'

red 117 ◦ green 4 ◦ blue 116

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

Shades of Purple #750474

Tints of Purple #750474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.95%

R = 49.37%
G = 1.69%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#750474 (or 0x750474) is known color: Purple. HEX triplet: 75, 04 and 74. RGB value is (117,4,116). Sum of RGB (Red+Green+Blue) = 117+4+116=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #750474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750474 is #8AFB8B. Grayscale: #323232. Windows color (decimal): -9108364 or 7603317. OLE color: 7603317.

HSL color Cylindrical-coordinate representation of color #750474: hue angle of 300.53º 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 #750474 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 116 -
CMYK 0 0.97 0.01 0.54
HSL 300.53º 0.93% 0.24% -
HSV(B) 300.53º 0.97% 0.46% -
XYZ 10.53 5.13 16.96 -
YUV 50.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 117 4 116 0 0.97 0.01 0.54 300.53 0.93 0.24
Hex 75 4 74 0 61 1 36 12D 5D 18
Octal 165 4 164 0 141 1 66 455 135 30
Binary 1110101 100 1110100 0 1100001 1 110110 100101101 1011101 11000

Color Harmonies of #750474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750474

Black with #750474

Text Example


Text Example

White with #750474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750474; }

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

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

background-color css

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

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

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

border-color css

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

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

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