#750277

Color #750277 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #750277

Tints of Purple #750277

Color information

#750277 (or 0x750277) is unknown color: approx Purple. HEX triplet: 75, 02 and 77. RGB value is (117,2,119). Sum of RGB (Red+Green+Blue) = 117+2+119=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #750277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750277 is #8AFD88. Grayscale: #313131. Windows color (decimal): -9108873 or 7799413. OLE color: 7799413.

HSL color Cylindrical-coordinate representation of color #750277: hue angle of 298.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750277 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1172119-
CMYK0.020.9800.53
HSL298.97º96.69%23.73%-
HSV(B)298.97º98.32%46.67%-
XYZ10.695.1617.88-
YUV49.72167.1175.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 119 (46.88% from 255) = 50%
R=49.16%
G=0.84%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11721190.020.9800.53298.9796.6923.73
Hex7527726203512b6118
Octal1652167214206545314130
Binary11101011011101111011000100110101100101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750277; }

 p { color: rgb(117,2,119); }

 H1.HeaderClassName
 {
   color: #750277;
 }
 .AnyTagClassName
 {
   color: #750277;
 }
</style>
background-color css

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

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

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

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

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

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