#690470

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

Shades of Purple #690470

Tints of Purple #690470

Color information

#690470 (or 0x690470) is unknown color: approx Purple. HEX triplet: 69, 04 and 70. RGB value is (105,4,112). Sum of RGB (Red+Green+Blue) = 105+4+112=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #690470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690470 is #96FB8F. Grayscale: #2E2E2E. Windows color (decimal): -9894800 or 7341161. OLE color: 7341161.

HSL color Cylindrical-coordinate representation of color #690470: hue angle of 296.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690470 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1054112-
CMYK0.060.9600.56
HSL296.11º93.1%22.75%-
HSV(B)296.11º96.43%43.92%-
XYZ8.794.2615.69-
YUV46.51164.96169.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=47.51%
G=1.81%
B=50.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10541120.060.9600.56296.1193.122.75
Hex694706600381285d17
Octal1514160614007045013527
Binary1101001100111000011011000000111000100101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690470; }

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

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

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

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

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

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

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

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