Html Css Color HEX #750575 Purple

📋 copy color: '#750575'

red 117 ◦ green 5 ◦ blue 117

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

Shades of Purple #750575

Tints of Purple #750575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 48.95%
G = 2.09%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#750575 (or 0x750575) is known color: Purple. HEX triplet: 75, 05 and 75. RGB value is (117,5,117). Sum of RGB (Red+Green+Blue) = 117+5+117=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #750575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750575 is #8AFA8A. Grayscale: #323232. Windows color (decimal): -9108107 or 7669109. OLE color: 7669109.

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

Color convert

RGB 117 5 117 -
CMYK 0 0.96 0 0.54
HSL 300º 0.92% 0.24% -
HSV(B) 300º 0.96% 0.46% -
XYZ 10.6 5.17 17.27 -
YUV 51.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 117 5 117 0 0.96 0 0.54 300 0.92 0.24
Hex 75 5 75 0 60 0 36 12C 5C 18
Octal 165 5 165 0 140 0 66 454 134 30
Binary 1110101 101 1110101 0 1100000 0 110110 100101100 1011100 11000

Color Harmonies of #750575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750575

Black with #750575

Text Example


Text Example

White with #750575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750575; }

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

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

background-color css

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

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

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

border-color css

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

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

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