#65106E

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

Shades of Palatinate Purple #65106E

Tints of Palatinate Purple #65106E

Color information

#65106E (or 0x65106E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 10 and 6E. RGB value is (101,16,110). Sum of RGB (Red+Green+Blue) = 101+16+110=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #65106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65106E is #9AEF91. Grayscale: #333333. Windows color (decimal): -10153874 or 7213157. OLE color: 7213157.

HSL color Cylindrical-coordinate representation of color #65106E: hue angle of 294.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65106E is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10116110-
CMYK0.080.8500.57
HSL294.26º74.6%24.71%-
HSV(B)294.26º85.45%43.14%-
XYZ8.374.2615.13-
YUV52.13160.66162.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=44.49%
G=7.05%
B=48.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101161100.080.8500.57294.2674.624.71
Hex65106E8550391264b19
Octal145201561012507144611331
Binary1100101100001101110100010101010111001100100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,16,110); }

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

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

 a { background-color: rgb(101,16,110); }

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

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

 span { border-color: rgb(101,16,110); }

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