#65415E

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

Shades of Palatinate Purple #65415E

Tints of Palatinate Purple #65415E

Color information

#65415E (or 0x65415E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 41 and 5E. RGB value is (101,65,94). Sum of RGB (Red+Green+Blue) = 101+65+94=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #65415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65415E is #9ABEA1. Grayscale: #4E4E4E. Windows color (decimal): -10141346 or 6177125. OLE color: 6177125.

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

Color convert

RGB1016594-
CMYK00.360.070.60
HSL311.67º21.69%32.55%-
HSV(B)311.67º35.64%39.61%-
XYZ9.287.3611.52-
YUV79.07136.43143.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.85%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=38.85%
G=25%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101659400.360.070.60311.6721.6932.55
Hex65415E02473C1381621
Octal1451011360447744702641
Binary110010110000011011110010010011111110010011100010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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