#65035E

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

Shades of Palatinate Purple #65035E

Tints of Palatinate Purple #65035E

Color information

#65035E (or 0x65035E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 03 and 5E. RGB value is (101,3,94). Sum of RGB (Red+Green+Blue) = 101+3+94=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65035E is #9AFCA1. Grayscale: #2A2A2A. Windows color (decimal): -10157218 or 6161253. OLE color: 6161253.

HSL color Cylindrical-coordinate representation of color #65035E: hue angle of 304.29º 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 #65035E is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB101394-
CMYK00.970.070.60
HSL304.29º94.23%20.39%-
HSV(B)304.29º97.03%39.61%-
XYZ7.423.6410.9-
YUV42.68156.97169.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=51.01%
G=1.52%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10139400.970.070.60304.2994.2320.39
Hex6535E06173C1305e14
Octal1453136014177446013624
Binary110010111101111001100001111111100100110000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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