#690D70

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

Shades of Purple #690D70

Tints of Purple #690D70

Color information

#690D70 (or 0x690D70) is unknown color: approx Purple. HEX triplet: 69, 0D and 70. RGB value is (105,13,112). Sum of RGB (Red+Green+Blue) = 105+13+112=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #690D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D70 is #96F28F. Grayscale: #333333. Windows color (decimal): -9892496 or 7343465. OLE color: 7343465.

HSL color Cylindrical-coordinate representation of color #690D70: hue angle of 295.76º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D70 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10513112-
CMYK0.060.8800.56
HSL295.76º79.2%24.51%-
HSV(B)295.76º88.39%43.92%-
XYZ8.894.4615.72-
YUV51.79161.98165.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=45.65%
G=5.65%
B=48.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105131120.060.8800.56295.7679.224.51
Hex69D706580381284f19
Octal15115160613007045011731
Binary11010011101111000011010110000111000100101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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