#65345A

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

Shades of Palatinate Purple #65345A

Tints of Palatinate Purple #65345A

Color information

#65345A (or 0x65345A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 34 and 5A. RGB value is (101,52,90). Sum of RGB (Red+Green+Blue) = 101+52+90=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #65345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65345A is #9ACBA5. Grayscale: #464646. Windows color (decimal): -10144678 or 5911653. OLE color: 5911653.

HSL color Cylindrical-coordinate representation of color #65345A: hue angle of 313.47º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65345A is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1015290-
CMYK00.490.110.60
HSL313.47º32.03%30%-
HSV(B)313.47º48.51%39.61%-
XYZ8.445.9610.38-
YUV70.98138.73149.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=41.56%
G=21.40%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101529000.490.110.60313.4732.0330
Hex65345A031B3C139201e
Octal1456413206113744714036
Binary110010111010010110100110001101111110010011100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,52,90); }

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

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

 a { background-color: rgb(101,52,90); }

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

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

 span { border-color: rgb(101,52,90); }

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