#65155E

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

Shades of Palatinate Purple #65155E

Tints of Palatinate Purple #65155E

Color information

#65155E (or 0x65155E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 15 and 5E. RGB value is (101,21,94). Sum of RGB (Red+Green+Blue) = 101+21+94=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65155E is #9AEAA1. Grayscale: #353535. Windows color (decimal): -10152610 or 6165861. OLE color: 6165861.

HSL color Cylindrical-coordinate representation of color #65155E: hue angle of 305.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65155E is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1012194-
CMYK00.790.070.60
HSL305.25º65.57%23.92%-
HSV(B)305.25º79.21%39.61%-
XYZ7.664.1110.98-
YUV53.24151162.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=46.76%
G=9.72%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101219400.790.070.60305.2565.5723.92
Hex65155E04F73C1314218
Octal14525136011777446110230
Binary110010110101101111001001111111111100100110001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,21,94); }

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

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

 a { background-color: rgb(101,21,94); }

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

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

 span { border-color: rgb(101,21,94); }

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