#751084

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

Shades of Purple #751084

Tints of Purple #751084

Color information

#751084 (or 0x751084) is unknown color: approx Purple. HEX triplet: 75, 10 and 84. RGB value is (117,16,132). Sum of RGB (Red+Green+Blue) = 117+16+132=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #751084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751084 is #8AEF7B. Grayscale: #3B3B3B. Windows color (decimal): -9105276 or 8654965. OLE color: 8654965.

HSL color Cylindrical-coordinate representation of color #751084: hue angle of 292.24º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751084 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11716132-
CMYK0.110.8800.48
HSL292.24º78.38%29.02%-
HSV(B)292.24º87.88%51.76%-
XYZ11.695.8222.34-
YUV59.42168.96169.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=44.15%
G=6.04%
B=49.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117161320.110.8800.48292.2478.3829.02
Hex751084B580301244e1d
Octal165202041313006044411635
Binary11101011000010000100101110110000110000100100100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751084; }

 p { color: rgb(117,16,132); }

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

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

 a { background-color: rgb(117,16,132); }

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

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

 span { border-color: rgb(117,16,132); }

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