#65105A

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

Shades of Palatinate Purple #65105A

Tints of Palatinate Purple #65105A

Color information

#65105A (or 0x65105A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 10 and 5A. RGB value is (101,16,90). Sum of RGB (Red+Green+Blue) = 101+16+90=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #65105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65105A is #9AEFA5. Grayscale: #313131. Windows color (decimal): -10153894 or 5902437. OLE color: 5902437.

HSL color Cylindrical-coordinate representation of color #65105A: hue angle of 307.76º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65105A is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1011690-
CMYK00.840.110.60
HSL307.76º72.65%22.94%-
HSV(B)307.76º84.16%39.61%-
XYZ7.43.8810.03-
YUV49.85150.66164.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=48.79%
G=7.73%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101169000.840.110.60307.7672.6522.94
Hex65105A054B3C1344917
Octal145201320124137446411127
Binary1100101100001011010010101001011111100100110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65105A; }

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

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

<style>
 a { background-color: #65105A; }

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

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

<style>
 span { border-color: #65105A; }

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

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