#690378

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

Shades of Purple #690378

Tints of Purple #690378

Color information

#690378 (or 0x690378) is unknown color: approx Purple. HEX triplet: 69, 03 and 78. RGB value is (105,3,120). Sum of RGB (Red+Green+Blue) = 105+3+120=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #690378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690378 is #96FC87. Grayscale: #2E2E2E. Windows color (decimal): -9895048 or 7865193. OLE color: 7865193.

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

Color convert

RGB1053120-
CMYK0.130.9800.53
HSL292.31º95.12%24.12%-
HSV(B)292.31º97.5%47.06%-
XYZ9.254.4218.14-
YUV46.84169.29169.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=46.05%
G=1.32%
B=52.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10531200.130.9800.53292.3195.1224.12
Hex69378D620351245f18
Octal15131701514206544413730
Binary1101001111111000110111000100110101100100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690378; }

 p { color: rgb(105,3,120); }

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

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

 a { background-color: rgb(105,3,120); }

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

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

 span { border-color: rgb(105,3,120); }

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