#690163

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

Shades of Purple #690163

Tints of Purple #690163

Color information

#690163 (or 0x690163) is unknown color: approx Purple. HEX triplet: 69, 01 and 63. RGB value is (105,1,99). Sum of RGB (Red+Green+Blue) = 105+1+99=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #690163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690163 is #96FE9C. Grayscale: #2A2A2A. Windows color (decimal): -9895581 or 6488425. OLE color: 6488425.

HSL color Cylindrical-coordinate representation of color #690163: hue angle of 303.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690163 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB105199-
CMYK00.990.060.59
HSL303.46º98.11%20.78%-
HSV(B)303.46º99.05%41.18%-
XYZ8.093.9312.14-
YUV43.27159.46172.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=51.22%
G=0.49%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10519900.990.060.59303.4698.1120.78
Hex6916306363B12f6215
Octal1511143014367345714225
Binary11010011110001101100011110111011100101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690163; }

 p { color: rgb(105,1,99); }

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

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

 a { background-color: rgb(105,1,99); }

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

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

 span { border-color: rgb(105,1,99); }

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