#65075E

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

Shades of Palatinate Purple #65075E

Tints of Palatinate Purple #65075E

Color information

#65075E (or 0x65075E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 07 and 5E. RGB value is (101,7,94). Sum of RGB (Red+Green+Blue) = 101+7+94=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #65075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65075E is #9AF8A1. Grayscale: #2C2C2C. Windows color (decimal): -10156194 or 6162277. OLE color: 6162277.

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

Color convert

RGB101794-
CMYK00.930.070.60
HSL304.47º87.04%21.18%-
HSV(B)304.47º93.07%39.61%-
XYZ7.463.7310.92-
YUV45.02155.64167.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=50%
G=3.47%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10179400.930.070.60304.4787.0421.18
Hex6575E05D73C1305715
Octal1457136013577446012725
Binary1100101111101111001011101111111100100110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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