#65076B

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

Shades of Purple #65076B

Tints of Purple #65076B

Color information

#65076B (or 0x65076B) is unknown color: approx Purple. HEX triplet: 65, 07 and 6B. RGB value is (101,7,107). Sum of RGB (Red+Green+Blue) = 101+7+107=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #65076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65076B is #9AF894. Grayscale: #2E2E2E. Windows color (decimal): -10156181 or 7014245. OLE color: 7014245.

HSL color Cylindrical-coordinate representation of color #65076B: hue angle of 296.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65076B is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1017107-
CMYK0.060.9300.58
HSL296.4º87.72%22.35%-
HSV(B)296.4º93.46%41.96%-
XYZ8.13.9814.25-
YUV46.51162.14166.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=46.98%
G=3.26%
B=49.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10171070.060.9300.58296.487.7222.35
Hex6576B65D03A1285816
Octal1457153613507245013026
Binary1100101111110101111010111010111010100101000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65076B; }

 p { color: rgb(101,7,107); }

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

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

 a { background-color: rgb(101,7,107); }

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

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

 span { border-color: rgb(101,7,107); }

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