#690D72

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

Shades of Purple #690D72

Tints of Purple #690D72

Color information

#690D72 (or 0x690D72) is unknown color: approx Purple. HEX triplet: 69, 0D and 72. RGB value is (105,13,114). Sum of RGB (Red+Green+Blue) = 105+13+114=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #690D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D72 is #96F28D. Grayscale: #333333. Windows color (decimal): -9892494 or 7474537. OLE color: 7474537.

HSL color Cylindrical-coordinate representation of color #690D72: hue angle of 294.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690D72 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10513114-
CMYK0.080.8900.55
HSL294.65º79.53%24.9%-
HSV(B)294.65º88.6%44.71%-
XYZ9.014.5116.31-
YUV52.02162.98165.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=45.26%
G=5.60%
B=49.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105131140.080.8900.55294.6579.5324.9
Hex69D728590371275019
Octal151151621013106744712031
Binary110100111011110010100010110010110111100100111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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