#65096D

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

Shades of Purple #65096D

Tints of Purple #65096D

Color information

#65096D (or 0x65096D) is unknown color: approx Purple. HEX triplet: 65, 09 and 6D. RGB value is (101,9,109). Sum of RGB (Red+Green+Blue) = 101+9+109=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #65096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65096D is #9AF692. Grayscale: #2F2F2F. Windows color (decimal): -10155667 or 7145829. OLE color: 7145829.

HSL color Cylindrical-coordinate representation of color #65096D: hue angle of 295.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65096D is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1019109-
CMYK0.070.9200.57
HSL295.2º84.75%23.14%-
HSV(B)295.2º91.74%42.75%-
XYZ8.224.0714.82-
YUV47.91162.48165.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=46.12%
G=4.11%
B=49.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10191090.070.9200.57295.284.7523.14
Hex6596D75C0391275517
Octal14511155713407144712527
Binary11001011001110110111110111000111001100100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65096D; }

 p { color: rgb(101,9,109); }

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

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

 a { background-color: rgb(101,9,109); }

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

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

 span { border-color: rgb(101,9,109); }

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