#650069

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

Shades of Purple #650069

Tints of Purple #650069

Color information

#650069 (or 0x650069) is unknown color: approx Purple. HEX triplet: 65, 00 and 69. RGB value is (101,0,105). Sum of RGB (Red+Green+Blue) = 101+0+105=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #650069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650069 is #9AFF96. Grayscale: #292929. Windows color (decimal): -10157975 or 6881381. OLE color: 6881381.

HSL color Cylindrical-coordinate representation of color #650069: hue angle of 297.71º 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 #650069 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1010105-
CMYK0.04100.59
HSL297.71º100%20.59%-
HSV(B)297.71º100%41.18%-
XYZ7.923.7913.68-
YUV42.17163.46169.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10101050.04100.59297.7110020.59
Hex6506946403B12a6415
Octal1450151414407345214425
Binary11001010110100110011001000111011100101010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650069; }

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

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

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

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

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

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

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

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