#65046A

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

Shades of Purple #65046A

Tints of Purple #65046A

Color information

#65046A (or 0x65046A) is unknown color: approx Purple. HEX triplet: 65, 04 and 6A. RGB value is (101,4,106). Sum of RGB (Red+Green+Blue) = 101+4+106=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #65046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65046A is #9AFB95. Grayscale: #2C2C2C. Windows color (decimal): -10156950 or 6947941. OLE color: 6947941.

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

Color convert

RGB1014106-
CMYK0.050.9600.58
HSL297.06º92.73%21.57%-
HSV(B)297.06º96.23%41.57%-
XYZ8.013.8913.97-
YUV44.63162.64168.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=47.87%
G=1.90%
B=50.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10141060.050.9600.58297.0692.7321.57
Hex6546A56003A1295d16
Octal1454152514007245113526
Binary1100101100110101010111000000111010100101001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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