#750265

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

Shades of Purple #750265

Tints of Purple #750265

Color information

#750265 (or 0x750265) is unknown color: approx Purple. HEX triplet: 75, 02 and 65. RGB value is (117,2,101). Sum of RGB (Red+Green+Blue) = 117+2+101=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #750265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750265 is #8AFD9A. Grayscale: #2F2F2F. Windows color (decimal): -9108891 or 6619765. OLE color: 6619765.

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

Color convert

RGB1172101-
CMYK00.980.140.54
HSL308.35º96.64%23.33%-
HSV(B)308.35º98.29%45.88%-
XYZ9.714.7612.72-
YUV47.67158.1177.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=53.18%
G=0.91%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117210100.980.140.54308.3596.6423.33
Hex75265062E361346117
Octal16521450142166646414127
Binary1110101101100101011000101110110110100110100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750265; }

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

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

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

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

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

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

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

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