#65026A

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

Shades of Purple #65026A

Tints of Purple #65026A

Color information

#65026A (or 0x65026A) is unknown color: approx Purple. HEX triplet: 65, 02 and 6A. RGB value is (101,2,106). Sum of RGB (Red+Green+Blue) = 101+2+106=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #65026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65026A is #9AFD95. Grayscale: #2B2B2B. Windows color (decimal): -10157462 or 6947429. OLE color: 6947429.

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

Color convert

RGB1012106-
CMYK0.050.9800.58
HSL297.12º96.3%21.18%-
HSV(B)297.12º98.11%41.57%-
XYZ7.993.8513.96-
YUV43.46163.3169.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=48.33%
G=0.96%
B=50.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10121060.050.9800.58297.1296.321.18
Hex6526A56203A1296015
Octal1452152514207245114025
Binary110010110110101010111000100111010100101001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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