#65136C

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

Shades of Palatinate Purple #65136C

Tints of Palatinate Purple #65136C

Color information

#65136C (or 0x65136C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 13 and 6C. RGB value is (101,19,108). Sum of RGB (Red+Green+Blue) = 101+19+108=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #65136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65136C is #9AEC93. Grayscale: #353535. Windows color (decimal): -10153108 or 7082853. OLE color: 7082853.

HSL color Cylindrical-coordinate representation of color #65136C: hue angle of 295.28º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65136C is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10119108-
CMYK0.060.8200.58
HSL295.28º70.08%24.9%-
HSV(B)295.28º82.41%42.35%-
XYZ8.314.3214.58-
YUV53.66158.67161.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 19 (7.81% from 255) = 8.33%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=44.30%
G=8.33%
B=47.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101191080.060.8200.58295.2870.0824.9
Hex65136C65203A1274619
Octal14523154612207244710631
Binary110010110011110110011010100100111010100100111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65136C; }

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

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

<style>
 a { background-color: #65136C; }

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

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

<style>
 span { border-color: #65136C; }

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

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