Html Css Color HEX #750073 Purple

📋 copy color: '#750073'

red 117 ◦ green 0 ◦ blue 115

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

Shades of Purple #750073

Tints of Purple #750073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.43%
G = 0%
B = 49.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#750073 (or 0x750073) is known color: Purple. HEX triplet: 75, 00 and 73. RGB value is (117,0,115). Sum of RGB (Red+Green+Blue) = 117+0+115=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #750073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750073 is #8AFF8C. Grayscale: #2F2F2F. Windows color (decimal): -9109389 or 7536757. OLE color: 7536757.

HSL color Cylindrical-coordinate representation of color #750073: hue angle of 301.03º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750073 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 115 -
CMYK 0 1 0.02 0.54
HSL 301.03º 1% 0.23% -
HSV(B) 301.03º 1% 0.46% -
XYZ 10.43 5.02 16.64 -
YUV 48.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 117 0 115 0 1 0.02 0.54 301.03 1 0.23
Hex 75 0 73 0 64 2 36 12D 64 17
Octal 165 0 163 0 144 2 66 455 144 27
Binary 1110101 0 1110011 0 1100100 10 110110 100101101 1100100 10111

Color Harmonies of #750073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750073

Black with #750073

Text Example


Text Example

White with #750073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750073; }

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

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

background-color css

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

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

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

border-color css

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

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

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