#751284

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

Shades of Purple #751284

Tints of Purple #751284

Color information

#751284 (or 0x751284) is unknown color: approx Purple. HEX triplet: 75, 12 and 84. RGB value is (117,18,132). Sum of RGB (Red+Green+Blue) = 117+18+132=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #751284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751284 is #8AED7B. Grayscale: #3C3C3C. Windows color (decimal): -9104764 or 8655477. OLE color: 8655477.

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

Color convert

RGB11718132-
CMYK0.110.8600.48
HSL292.11º76%29.41%-
HSV(B)292.11º86.36%51.76%-
XYZ11.725.8822.35-
YUV60.6168.3168.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=43.82%
G=6.74%
B=49.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117181320.110.8600.48292.117629.41
Hex751284B560301244c1d
Octal165222041312606044411435
Binary11101011001010000100101110101100110000100100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751284; }

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

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

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

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

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

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

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

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