#65075D

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

Shades of Palatinate Purple #65075D

Tints of Palatinate Purple #65075D

Color information

#65075D (or 0x65075D) is unknown color: approx Palatinate Purple. HEX triplet: 65, 07 and 5D. RGB value is (101,7,93). Sum of RGB (Red+Green+Blue) = 101+7+93=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65075D is #9AF8A2. Grayscale: #2C2C2C. Windows color (decimal): -10156195 or 6096741. OLE color: 6096741.

HSL color Cylindrical-coordinate representation of color #65075D: hue angle of 305.11º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65075D is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB101793-
CMYK00.930.080.60
HSL305.11º87.04%21.18%-
HSV(B)305.11º93.07%39.61%-
XYZ7.423.7110.68-
YUV44.91155.14168.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.25%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=50.25%
G=3.48%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10179300.930.080.60305.1187.0421.18
Hex6575D05D83C1315715
Octal14571350135107446112725
Binary11001011111011101010111011000111100100110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65075D; }

 p { color: rgb(101,7,93); }

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

<style>
 a { background-color: #65075D; }

 a { background-color: rgb(101,7,93); }

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

<style>
 span { border-color: #65075D; }

 span { border-color: rgb(101,7,93); }

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