#690477

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

Shades of Purple #690477

Tints of Purple #690477

Color information

#690477 (or 0x690477) is unknown color: approx Purple. HEX triplet: 69, 04 and 77. RGB value is (105,4,119). Sum of RGB (Red+Green+Blue) = 105+4+119=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #690477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690477 is #96FB88. Grayscale: #2E2E2E. Windows color (decimal): -9894793 or 7799913. OLE color: 7799913.

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

Color convert

RGB1054119-
CMYK0.120.9700.53
HSL292.7º93.5%24.12%-
HSV(B)292.7º96.64%46.67%-
XYZ9.24.4217.82-
YUV47.31168.46169.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=46.05%
G=1.75%
B=52.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10541190.120.9700.53292.793.524.12
Hex69477C610351255d18
Octal15141671414106544513530
Binary11010011001110111110011000010110101100100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690477; }

 p { color: rgb(105,4,119); }

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

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

 a { background-color: rgb(105,4,119); }

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

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

 span { border-color: rgb(105,4,119); }

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