#65066C

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

Shades of Purple #65066C

Tints of Purple #65066C

Color information

#65066C (or 0x65066C) is unknown color: approx Purple. HEX triplet: 65, 06 and 6C. RGB value is (101,6,108). Sum of RGB (Red+Green+Blue) = 101+6+108=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #65066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65066C is #9AF993. Grayscale: #2D2D2D. Windows color (decimal): -10156436 or 7079525. OLE color: 7079525.

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

Color convert

RGB1016108-
CMYK0.060.9400.58
HSL295.88º89.47%22.35%-
HSV(B)295.88º94.44%42.35%-
XYZ8.143.9814.53-
YUV46.03162.97167.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=46.98%
G=2.79%
B=50.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10161080.060.9400.58295.8889.4722.35
Hex6566C65E03A1285916
Octal1456154613607245013126
Binary1100101110110110011010111100111010100101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65066C; }

 p { color: rgb(101,6,108); }

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

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

 a { background-color: rgb(101,6,108); }

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

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

 span { border-color: rgb(101,6,108); }

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