#750462

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

Shades of Purple #750462

Tints of Purple #750462

Color information

#750462 (or 0x750462) is unknown color: approx Purple. HEX triplet: 75, 04 and 62. RGB value is (117,4,98). Sum of RGB (Red+Green+Blue) = 117+4+98=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #750462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750462 is #8AFB9D. Grayscale: #303030. Windows color (decimal): -9108382 or 6423669. OLE color: 6423669.

HSL color Cylindrical-coordinate representation of color #750462: hue angle of 310.09º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750462 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB117498-
CMYK00.970.160.54
HSL310.09º93.39%23.73%-
HSV(B)310.09º96.58%45.88%-
XYZ9.584.7511.97-
YUV48.5155.94176.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=53.42%
G=1.83%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11749800.970.160.54310.0993.3923.73
Hex7546206110361365d18
Octal16541420141206646613530
Binary111010110011000100110000110000110110100110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750462; }

 p { color: rgb(117,4,98); }

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

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

 a { background-color: rgb(117,4,98); }

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

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

 span { border-color: rgb(117,4,98); }

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