#65056A

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

Shades of Purple #65056A

Tints of Purple #65056A

Color information

#65056A (or 0x65056A) is unknown color: approx Purple. HEX triplet: 65, 05 and 6A. RGB value is (101,5,106). Sum of RGB (Red+Green+Blue) = 101+5+106=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #65056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65056A is #9AFA95. Grayscale: #2C2C2C. Windows color (decimal): -10156694 or 6948197. OLE color: 6948197.

HSL color Cylindrical-coordinate representation of color #65056A: hue angle of 297.03º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65056A is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1015106-
CMYK0.050.9500.58
HSL297.03º90.99%21.76%-
HSV(B)297.03º95.28%41.57%-
XYZ8.023.9213.97-
YUV45.22162.3167.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 106 (41.80% from 255) = 50%
R=47.64%
G=2.36%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10151060.050.9500.58297.0390.9921.76
Hex6556A55F03A1295b16
Octal1455152513707245113326
Binary1100101101110101010110111110111010100101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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