#751085

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

Shades of Purple #751085

Tints of Purple #751085

Color information

#751085 (or 0x751085) is unknown color: approx Purple. HEX triplet: 75, 10 and 85. RGB value is (117,16,133). Sum of RGB (Red+Green+Blue) = 117+16+133=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #751085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751085 is #8AEF7A. Grayscale: #3B3B3B. Windows color (decimal): -9105275 or 8720501. OLE color: 8720501.

HSL color Cylindrical-coordinate representation of color #751085: hue angle of 291.79º degrees, saturation: 0.79, 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 #751085 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11716133-
CMYK0.120.8800.48
HSL291.79º78.52%29.22%-
HSV(B)291.79º87.97%52.16%-
XYZ11.765.8522.7-
YUV59.54169.46168.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 133 (52.34% from 255) = 50%
R=43.98%
G=6.02%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117161330.120.8800.48291.7978.5229.22
Hex751085C580301244f1d
Octal165202051413006044411735
Binary11101011000010000101110010110000110000100100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751085; }

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

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

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

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

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

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

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

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