#65075A

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

Shades of Palatinate Purple #65075A

Tints of Palatinate Purple #65075A

Color information

#65075A (or 0x65075A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 07 and 5A. RGB value is (101,7,90). Sum of RGB (Red+Green+Blue) = 101+7+90=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65075A is #9AF8A5. Grayscale: #2C2C2C. Windows color (decimal): -10156198 or 5900133. OLE color: 5900133.

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

Color convert

RGB101790-
CMYK00.930.110.60
HSL307.02º87.04%21.18%-
HSV(B)307.02º93.07%39.61%-
XYZ7.293.669.99-
YUV44.57153.64168.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=51.01%
G=3.54%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10179000.930.110.60307.0287.0421.18
Hex6575A05DB3C1335715
Octal14571320135137446312725
Binary11001011111011010010111011011111100100110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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