#690D7A

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

Shades of Purple #690D7A

Tints of Purple #690D7A

Color information

#690D7A (or 0x690D7A) is unknown color: approx Purple. HEX triplet: 69, 0D and 7A. RGB value is (105,13,122). Sum of RGB (Red+Green+Blue) = 105+13+122=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #690D7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D7A is #96F285. Grayscale: #343434. Windows color (decimal): -9892486 or 7998825. OLE color: 7998825.

HSL color Cylindrical-coordinate representation of color #690D7A: hue angle of 290.64º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690D7A is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10513122-
CMYK0.140.8900.52
HSL290.64º80.74%26.47%-
HSV(B)290.64º89.34%47.84%-
XYZ9.484.718.82-
YUV52.93166.98165.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=43.75%
G=5.42%
B=50.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105131220.140.8900.52290.6480.7426.47
Hex69D7AE59034123511a
Octal151151721613106444312132
Binary110100111011111010111010110010110100100100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690D7A; }

 p { color: rgb(105,13,122); }

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

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

 a { background-color: rgb(105,13,122); }

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

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

 span { border-color: rgb(105,13,122); }

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