#65315B

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

Shades of Palatinate Purple #65315B

Tints of Palatinate Purple #65315B

Color information

#65315B (or 0x65315B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 31 and 5B. RGB value is (101,49,91). Sum of RGB (Red+Green+Blue) = 101+49+91=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #65315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65315B is #9ACEA4. Grayscale: #454545. Windows color (decimal): -10145445 or 5976421. OLE color: 5976421.

HSL color Cylindrical-coordinate representation of color #65315B: hue angle of 311.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65315B is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1014991-
CMYK00.510.100.60
HSL311.54º34.67%29.41%-
HSV(B)311.54º51.49%39.61%-
XYZ8.355.7210.56-
YUV69.34140.23150.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=41.91%
G=20.33%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101499100.510.100.60311.5434.6729.41
Hex65315B033A3C138231d
Octal1456113306312744704335
Binary110010111000110110110110011101011110010011100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65315B; }

 p { color: rgb(101,49,91); }

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

<style>
 a { background-color: #65315B; }

 a { background-color: rgb(101,49,91); }

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

<style>
 span { border-color: #65315B; }

 span { border-color: rgb(101,49,91); }

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