#65055E

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

Shades of Palatinate Purple #65055E

Tints of Palatinate Purple #65055E

Color information

#65055E (or 0x65055E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 05 and 5E. RGB value is (101,5,94). Sum of RGB (Red+Green+Blue) = 101+5+94=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65055E is #9AFAA1. Grayscale: #2B2B2B. Windows color (decimal): -10156706 or 6161765. OLE color: 6161765.

HSL color Cylindrical-coordinate representation of color #65055E: hue angle of 304.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65055E is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB101594-
CMYK00.950.070.60
HSL304.38º90.57%20.78%-
HSV(B)304.38º95.05%39.61%-
XYZ7.443.6810.91-
YUV43.85156.3168.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 94 (37.11% from 255) = 47%
R=50.5%
G=2.5%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10159400.950.070.60304.3890.5720.78
Hex6555E05F73C1305b15
Octal1455136013777446013325
Binary1100101101101111001011111111111100100110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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