#750268

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

Shades of Purple #750268

Tints of Purple #750268

Color information

#750268 (or 0x750268) is unknown color: approx Purple. HEX triplet: 75, 02 and 68. RGB value is (117,2,104). Sum of RGB (Red+Green+Blue) = 117+2+104=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750268 is #8AFD97. Grayscale: #2F2F2F. Windows color (decimal): -9108888 or 6816373. OLE color: 6816373.

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

Color convert

RGB1172104-
CMYK00.980.110.54
HSL306.78º96.64%23.33%-
HSV(B)306.78º98.29%45.88%-
XYZ9.864.8213.51-
YUV48.01159.6177.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=52.47%
G=0.90%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117210400.980.110.54306.7896.6423.33
Hex75268062B361336117
Octal16521500142136646314127
Binary1110101101101000011000101011110110100110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750268; }

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

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

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

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

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

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

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

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