#750651

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

Shades of Tyrian Purple #750651

Tints of Tyrian Purple #750651

Color information

#750651 (or 0x750651) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 51. RGB value is (117,6,81). Sum of RGB (Red+Green+Blue) = 117+6+81=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #750651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750651 is #8AF9AE. Grayscale: #2F2F2F. Windows color (decimal): -9107887 or 5310069. OLE color: 5310069.

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

Color convert

RGB117681-
CMYK00.950.310.54
HSL319.46º90.24%24.12%-
HSV(B)319.46º94.87%45.88%-
XYZ8.894.518.19-
YUV47.74146.77177.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=57.35%
G=2.94%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11768100.950.310.54319.4690.2424.12
Hex7565105F1F3613f5a18
Octal16561210137376647713230
Binary111010111010100010101111111111110110100111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750651; }

 p { color: rgb(117,6,81); }

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

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

 a { background-color: rgb(117,6,81); }

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

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

 span { border-color: rgb(117,6,81); }

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