#65056E

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

Shades of Purple #65056E

Tints of Purple #65056E

Color information

#65056E (or 0x65056E) is unknown color: approx Purple. HEX triplet: 65, 05 and 6E. RGB value is (101,5,110). Sum of RGB (Red+Green+Blue) = 101+5+110=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #65056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65056E is #9AFA91. Grayscale: #2D2D2D. Windows color (decimal): -10156690 or 7210341. OLE color: 7210341.

HSL color Cylindrical-coordinate representation of color #65056E: hue angle of 294.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65056E is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1015110-
CMYK0.080.9500.57
HSL294.86º91.3%22.55%-
HSV(B)294.86º95.45%43.14%-
XYZ8.24415.09-
YUV45.67164.3167.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 5 (2.34% from 255) = 2.31%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=46.76%
G=2.31%
B=50.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10151100.080.9500.57294.8691.322.55
Hex6556E85F0391275b17
Octal14551561013707144713327
Binary11001011011101110100010111110111001100100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65056E; }

 p { color: rgb(101,5,110); }

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

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

 a { background-color: rgb(101,5,110); }

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

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

 span { border-color: rgb(101,5,110); }

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