#750274

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

Shades of Purple #750274

Tints of Purple #750274

Color information

#750274 (or 0x750274) is unknown color: approx Purple. HEX triplet: 75, 02 and 74. RGB value is (117,2,116). Sum of RGB (Red+Green+Blue) = 117+2+116=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #750274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750274 is #8AFD8B. Grayscale: #313131. Windows color (decimal): -9108876 or 7602805. OLE color: 7602805.

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

Color convert

RGB1172116-
CMYK00.980.010.54
HSL300.52º96.64%23.33%-
HSV(B)300.52º98.29%45.88%-
XYZ10.515.0916.95-
YUV49.38165.6176.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=49.79%
G=0.85%
B=49.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117211600.980.010.54300.5296.6423.33
Hex7527406213612d6117
Octal1652164014216645514127
Binary1110101101110100011000101110110100101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750274; }

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

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

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

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

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

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

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

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