#65375E

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

Shades of Palatinate Purple #65375E

Tints of Palatinate Purple #65375E

Color information

#65375E (or 0x65375E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 37 and 5E. RGB value is (101,55,94). Sum of RGB (Red+Green+Blue) = 101+55+94=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #65375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65375E is #9AC8A1. Grayscale: #494949. Windows color (decimal): -10143906 or 6174565. OLE color: 6174565.

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

Color convert

RGB1015594-
CMYK00.460.070.60
HSL309.13º29.49%30.59%-
HSV(B)309.13º45.54%39.61%-
XYZ8.756.3111.35-
YUV73.2139.74147.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=40.4%
G=22%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101559400.460.070.60309.1329.4930.59
Hex65375E02E73C1351d1f
Octal145671360567744653537
Binary1100101110111101111001011101111111001001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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