#65135F

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

Shades of Palatinate Purple #65135F

Tints of Palatinate Purple #65135F

Color information

#65135F (or 0x65135F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 13 and 5F. RGB value is (101,19,95). Sum of RGB (Red+Green+Blue) = 101+19+95=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65135F is #9AECA0. Grayscale: #333333. Windows color (decimal): -10153121 or 6230885. OLE color: 6230885.

HSL color Cylindrical-coordinate representation of color #65135F: hue angle of 304.39º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65135F is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1011995-
CMYK00.810.060.60
HSL304.39º68.33%23.53%-
HSV(B)304.39º81.19%39.61%-
XYZ7.674.0611.21-
YUV52.18152.17162.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=46.98%
G=8.84%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101199500.810.060.60304.3968.3323.53
Hex65135F05163C1304418
Octal14523137012167446010430
Binary110010110011101111101010001110111100100110000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65135F; }

 p { color: rgb(101,19,95); }

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

<style>
 a { background-color: #65135F; }

 a { background-color: rgb(101,19,95); }

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

<style>
 span { border-color: #65135F; }

 span { border-color: rgb(101,19,95); }

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