#690065

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

Shades of Purple #690065

Tints of Purple #690065

Color information

#690065 (or 0x690065) is unknown color: approx Purple. HEX triplet: 69, 00 and 65. RGB value is (105,0,101). Sum of RGB (Red+Green+Blue) = 105+0+101=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690065 is #96FF9A. Grayscale: #2A2A2A. Windows color (decimal): -9895835 or 6619241. OLE color: 6619241.

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

Color convert

RGB1050101-
CMYK010.040.59
HSL302.29º100%20.59%-
HSV(B)302.29º100%41.18%-
XYZ8.173.9412.64-
YUV42.91160.79172.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=50.97%
G=0%
B=49.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1050101010.040.59302.2910020.59
Hex6906506443B12e6415
Octal1510145014447345614425
Binary11010010110010101100100100111011100101110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690065; }

 p { color: rgb(105,0,101); }

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

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

 a { background-color: rgb(105,0,101); }

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

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

 span { border-color: rgb(105,0,101); }

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