#750278

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

Shades of Purple #750278

Tints of Purple #750278

Color information

#750278 (or 0x750278) is unknown color: approx Purple. HEX triplet: 75, 02 and 78. RGB value is (117,2,120). Sum of RGB (Red+Green+Blue) = 117+2+120=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #750278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750278 is #8AFD87. Grayscale: #313131. Windows color (decimal): -9108872 or 7864949. OLE color: 7864949.

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

Color convert

RGB1172120-
CMYK0.020.9800.53
HSL298.47º96.72%23.92%-
HSV(B)298.47º98.33%47.06%-
XYZ10.755.1818.2-
YUV49.84167.6175.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=48.95%
G=0.84%
B=50.21%

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
Decimal11721200.020.9800.53298.4796.7223.92
Hex7527826203512a6118
Octal1652170214206545214130
Binary11101011011110001011000100110101100101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750278; }

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

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

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

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

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

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

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

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