Html Css Color HEX #750180 Purple

📋 copy color: '#750180'

red 117 ◦ green 1 ◦ blue 128

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

Shades of Purple #750180

Tints of Purple #750180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 128 (50.39% from 255) = 52.03%

R = 47.56%
G = 0.41%
B = 52.03%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#750180 (or 0x750180) is known color: Purple. HEX triplet: 75, 01 and 80. RGB value is (117,1,128). Sum of RGB (Red+Green+Blue) = 117+1+128=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #750180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750180 is #8AFE7F. Grayscale: #313131. Windows color (decimal): -9109120 or 8388981. OLE color: 8388981.

HSL color Cylindrical-coordinate representation of color #750180: hue angle of 294.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750180 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 1 128 -
CMYK 0.09 0.99 0 0.50
HSL 294.8º 0.98% 0.25% -
HSV(B) 294.8º 0.99% 0.5% -
XYZ 11.24 5.36 20.86 -
YUV 50.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 117 1 128 0.09 0.99 0 0.50 294.8 0.98 0.25
Hex 75 1 80 9 63 0 32 127 62 19
Octal 165 1 200 11 143 0 62 447 142 31
Binary 1110101 1 10000000 1001 1100011 0 110010 100100111 1100010 11001

Color Harmonies of #750180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750180

Black with #750180

Text Example


Text Example

White with #750180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750180; }

 p { color: rgb(117,1,128); }

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

background-color css

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

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

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

border-color css

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

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

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