#751283

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

Shades of Purple #751283

Tints of Purple #751283

Color information

#751283 (or 0x751283) is unknown color: approx Purple. HEX triplet: 75, 12 and 83. RGB value is (117,18,131). Sum of RGB (Red+Green+Blue) = 117+18+131=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #751283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751283 is #8AED7C. Grayscale: #3C3C3C. Windows color (decimal): -9104765 or 8589941. OLE color: 8589941.

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

Color convert

RGB11718131-
CMYK0.110.8600.49
HSL292.57º75.84%29.22%-
HSV(B)292.57º86.26%51.37%-
XYZ11.655.8521.99-
YUV60.48167.8168.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=43.98%
G=6.77%
B=49.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117181310.110.8600.49292.5775.8429.22
Hex751283B560311254c1d
Octal165222031312606144511435
Binary11101011001010000011101110101100110001100100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751283; }

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

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

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

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

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

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

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

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