#750467

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

Shades of Purple #750467

Tints of Purple #750467

Color information

#750467 (or 0x750467) is unknown color: approx Purple. HEX triplet: 75, 04 and 67. RGB value is (117,4,103). Sum of RGB (Red+Green+Blue) = 117+4+103=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #750467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750467 is #8AFB98. Grayscale: #303030. Windows color (decimal): -9108377 or 6751349. OLE color: 6751349.

HSL color Cylindrical-coordinate representation of color #750467: hue angle of 307.43º 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 #750467 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB1174103-
CMYK00.970.120.54
HSL307.43º93.39%23.73%-
HSV(B)307.43º96.58%45.88%-
XYZ9.834.8513.25-
YUV49.07158.44176.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=52.23%
G=1.79%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117410300.970.120.54307.4393.3923.73
Hex75467061C361335d18
Octal16541470141146646313530
Binary11101011001100111011000011100110110100110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750467; }

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

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

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

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

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

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

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

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