Html Css Color HEX #750574 Purple

📋 copy color: '#750574'

red 117 ◦ green 5 ◦ blue 116

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

Shades of Purple #750574

Tints of Purple #750574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.1%

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

R = 49.16%
G = 2.1%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#750574 (or 0x750574) is known color: Purple. HEX triplet: 75, 05 and 74. RGB value is (117,5,116). Sum of RGB (Red+Green+Blue) = 117+5+116=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #750574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750574 is #8AFA8B. Grayscale: #323232. Windows color (decimal): -9108108 or 7603573. OLE color: 7603573.

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

Color convert

RGB 117 5 116 -
CMYK 0 0.96 0.01 0.54
HSL 300.54º 0.92% 0.24% -
HSV(B) 300.54º 0.96% 0.46% -
XYZ 10.54 5.15 16.96 -
YUV 51.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 117 5 116 0 0.96 0.01 0.54 300.54 0.92 0.24
Hex 75 5 74 0 60 1 36 12D 5C 18
Octal 165 5 164 0 140 1 66 455 134 30
Binary 1110101 101 1110100 0 1100000 1 110110 100101101 1011100 11000

Color Harmonies of #750574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750574

Black with #750574

Text Example


Text Example

White with #750574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750574; }

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

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

background-color css

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

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

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

border-color css

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

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

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