#65035B

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

Shades of Palatinate Purple #65035B

Tints of Palatinate Purple #65035B

Color information

#65035B (or 0x65035B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 03 and 5B. RGB value is (101,3,91). Sum of RGB (Red+Green+Blue) = 101+3+91=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65035B is #9AFCA4. Grayscale: #2A2A2A. Windows color (decimal): -10157221 or 5964645. OLE color: 5964645.

HSL color Cylindrical-coordinate representation of color #65035B: hue angle of 306.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65035B is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB101391-
CMYK00.970.100.60
HSL306.12º94.23%20.39%-
HSV(B)306.12º97.03%39.61%-
XYZ7.293.5910.21-
YUV42.33155.47169.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=51.79%
G=1.54%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10139100.970.100.60306.1294.2320.39
Hex6535B061A3C1325e14
Octal14531330141127446213624
Binary1100101111011011011000011010111100100110010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65035B; }

 p { color: rgb(101,3,91); }

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

<style>
 a { background-color: #65035B; }

 a { background-color: rgb(101,3,91); }

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

<style>
 span { border-color: #65035B; }

 span { border-color: rgb(101,3,91); }

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