#751C82

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

Shades of Dark Purple #751C82

Tints of Dark Purple #751C82

Color information

#751C82 (or 0x751C82) is unknown color: approx Dark Purple. HEX triplet: 75, 1C and 82. RGB value is (117,28,130). Sum of RGB (Red+Green+Blue) = 117+28+130=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #751C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751C82 is #8AE37D. Grayscale: #414141. Windows color (decimal): -9102206 or 8526965. OLE color: 8526965.

HSL color Cylindrical-coordinate representation of color #751C82: hue angle of 292.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751C82 is Cyan = 0.1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11728130-
CMYK0.10.7800.49
HSL292.35º64.56%30.98%-
HSV(B)292.35º78.46%50.98%-
XYZ11.786.2221.7-
YUV66.24163.99164.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 28 (11.33% from 255) = 10.18%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=42.55%
G=10.18%
B=47.27%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117281300.10.7800.49292.3564.5630.98
Hex751C82A4E031124411f
Octal165342021211606144410137
Binary11101011110010000010101010011100110001100100100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751C82; }

 p { color: rgb(117,28,130); }

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

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

 a { background-color: rgb(117,28,130); }

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

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

 span { border-color: rgb(117,28,130); }

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