#65096F

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

Shades of Purple #65096F

Tints of Purple #65096F

Color information

#65096F (or 0x65096F) is unknown color: approx Purple. HEX triplet: 65, 09 and 6F. RGB value is (101,9,111). Sum of RGB (Red+Green+Blue) = 101+9+111=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #65096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65096F is #9AF690. Grayscale: #2F2F2F. Windows color (decimal): -10155665 or 7276901. OLE color: 7276901.

HSL color Cylindrical-coordinate representation of color #65096F: hue angle of 294.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65096F is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1019111-
CMYK0.090.9200.56
HSL294.12º85%23.53%-
HSV(B)294.12º91.89%43.53%-
XYZ8.334.1115.39-
YUV48.14163.48165.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=45.70%
G=4.07%
B=50.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10191110.090.9200.56294.128523.53
Hex6596F95C0381265518
Octal145111571113407044612530
Binary110010110011101111100110111000111000100100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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