Html Css Color HEX #750373 Purple

📋 copy color: '#750373'

red 117 ◦ green 3 ◦ blue 115

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

Shades of Purple #750373

Tints of Purple #750373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 49.79%
G = 1.28%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#750373 (or 0x750373) is known color: Purple. HEX triplet: 75, 03 and 73. RGB value is (117,3,115). Sum of RGB (Red+Green+Blue) = 117+3+115=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #750373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750373 is #8AFC8C. Grayscale: #313131. Windows color (decimal): -9108621 or 7537525. OLE color: 7537525.

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

Color convert

RGB 117 3 115 -
CMYK 0 0.97 0.02 0.54
HSL 301.05º 0.95% 0.24% -
HSV(B) 301.05º 0.97% 0.46% -
XYZ 10.46 5.08 16.65 -
YUV 49.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 117 3 115 0 0.97 0.02 0.54 301.05 0.95 0.24
Hex 75 3 73 0 61 2 36 12D 5F 18
Octal 165 3 163 0 141 2 66 455 137 30
Binary 1110101 11 1110011 0 1100001 10 110110 100101101 1011111 11000

Color Harmonies of #750373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750373

Black with #750373

Text Example


Text Example

White with #750373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750373; }

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

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

background-color css

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

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

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

border-color css

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

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

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