#750366

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

Shades of Purple #750366

Tints of Purple #750366

Color information

#750366 (or 0x750366) is unknown color: approx Purple. HEX triplet: 75, 03 and 66. RGB value is (117,3,102). Sum of RGB (Red+Green+Blue) = 117+3+102=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #750366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750366 is #8AFC99. Grayscale: #303030. Windows color (decimal): -9108634 or 6685557. OLE color: 6685557.

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

Color convert

RGB1173102-
CMYK00.970.130.54
HSL307.89º95%23.53%-
HSV(B)307.89º97.44%45.88%-
XYZ9.774.8112.98-
YUV48.37158.27176.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=52.70%
G=1.35%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117310200.970.130.54307.899523.53
Hex75366061D361345f18
Octal16531460141156646413730
Binary1110101111100110011000011101110110100110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750366; }

 p { color: rgb(117,3,102); }

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

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

 a { background-color: rgb(117,3,102); }

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

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

 span { border-color: rgb(117,3,102); }

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