Html Css Color HEX #750573 Purple

📋 copy color: '#750573'

red 117 ◦ green 5 ◦ blue 115

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

Shades of Purple #750573

Tints of Purple #750573

RGB

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

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

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

R = 49.37%
G = 2.11%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#750573 (or 0x750573) is known color: Purple. HEX triplet: 75, 05 and 73. RGB value is (117,5,115). Sum of RGB (Red+Green+Blue) = 117+5+115=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #750573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750573 is #8AFA8C. Grayscale: #323232. Windows color (decimal): -9108109 or 7538037. OLE color: 7538037.

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

Color convert

RGB 117 5 115 -
CMYK 0 0.96 0.02 0.54
HSL 301.07º 0.92% 0.24% -
HSV(B) 301.07º 0.96% 0.46% -
XYZ 10.48 5.13 16.66 -
YUV 51.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 117 5 115 0 0.96 0.02 0.54 301.07 0.92 0.24
Hex 75 5 73 0 60 2 36 12D 5C 18
Octal 165 5 163 0 140 2 66 455 134 30
Binary 1110101 101 1110011 0 1100000 10 110110 100101101 1011100 11000

Color Harmonies of #750573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750573

Black with #750573

Text Example


Text Example

White with #750573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750573; }

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

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

background-color css

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

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

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

border-color css

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

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

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