#772570

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

Shades of Dark Purple #772570

Tints of Dark Purple #772570

Color information

#772570 (or 0x772570) is unknown color: approx Dark Purple. HEX triplet: 77, 25 and 70. RGB value is (119,37,112). Sum of RGB (Red+Green+Blue) = 119+37+112=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #772570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772570 is #88DA8F. Grayscale: #454545. Windows color (decimal): -8968848 or 7349623. OLE color: 7349623.

HSL color Cylindrical-coordinate representation of color #772570: hue angle of 305.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772570 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB11937112-
CMYK00.690.060.53
HSL305.12º52.56%30.59%-
HSV(B)305.12º68.91%46.67%-
XYZ11.196.4115.98-
YUV70.07151.67162.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=44.40%
G=13.81%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193711200.690.060.53305.1252.5630.59
Hex772570045635131351f
Octal1674516001056654616537
Binary111011110010111100000100010111011010110011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772570; }

 p { color: rgb(119,37,112); }

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

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

 a { background-color: rgb(119,37,112); }

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

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

 span { border-color: rgb(119,37,112); }

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