#690672

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

Shades of Purple #690672

Tints of Purple #690672

Color information

#690672 (or 0x690672) is unknown color: approx Purple. HEX triplet: 69, 06 and 72. RGB value is (105,6,114). Sum of RGB (Red+Green+Blue) = 105+6+114=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #690672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690672 is #96F98D. Grayscale: #2F2F2F. Windows color (decimal): -9894286 or 7472745. OLE color: 7472745.

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

Color convert

RGB1056114-
CMYK0.080.9500.55
HSL295º90%23.53%-
HSV(B)295º94.74%44.71%-
XYZ8.934.3516.29-
YUV47.91165.3168.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=46.67%
G=2.67%
B=50.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10561140.080.9500.552959023.53
Hex6967285F0371275a18
Octal15161621013706744713230
Binary11010011101110010100010111110110111100100111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690672; }

 p { color: rgb(105,6,114); }

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

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

 a { background-color: rgb(105,6,114); }

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

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

 span { border-color: rgb(105,6,114); }

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