#65165A

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

Shades of Palatinate Purple #65165A

Tints of Palatinate Purple #65165A

Color information

#65165A (or 0x65165A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 16 and 5A. RGB value is (101,22,90). Sum of RGB (Red+Green+Blue) = 101+22+90=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65165A is #9AE9A5. Grayscale: #353535. Windows color (decimal): -10152358 or 5903973. OLE color: 5903973.

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

Color convert

RGB1012290-
CMYK00.780.110.60
HSL308.35º64.23%24.12%-
HSV(B)308.35º78.22%39.61%-
XYZ7.54.0810.06-
YUV53.37148.67161.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=47.42%
G=10.33%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101229000.780.110.60308.3564.2324.12
Hex65165A04EB3C1344018
Octal145261320116137446410030
Binary1100101101101011010010011101011111100100110100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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