#750283

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

Shades of Purple #750283

Tints of Purple #750283

Color information

#750283 (or 0x750283) is unknown color: approx Purple. HEX triplet: 75, 02 and 83. RGB value is (117,2,131). Sum of RGB (Red+Green+Blue) = 117+2+131=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #750283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750283 is #8AFD7C. Grayscale: #323232. Windows color (decimal): -9108861 or 8585845. OLE color: 8585845.

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

Color convert

RGB1172131-
CMYK0.110.9800.49
HSL293.49º96.99%26.08%-
HSV(B)293.49º98.47%51.37%-
XYZ11.455.4621.92-
YUV51.09173.1175.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=46.8%
G=0.8%
B=52.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11721310.110.9800.49293.4996.9926.08
Hex75283B62031125611a
Octal16522031314206144514132
Binary11101011010000011101111000100110001100100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750283; }

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

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

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

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

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

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

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

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