#65075B

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

Shades of Palatinate Purple #65075B

Tints of Palatinate Purple #65075B

Color information

#65075B (or 0x65075B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 07 and 5B. RGB value is (101,7,91). Sum of RGB (Red+Green+Blue) = 101+7+91=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65075B is #9AF8A4. Grayscale: #2C2C2C. Windows color (decimal): -10156197 or 5965669. OLE color: 5965669.

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

Color convert

RGB101791-
CMYK00.930.100.60
HSL306.38º87.04%21.18%-
HSV(B)306.38º93.07%39.61%-
XYZ7.333.6710.22-
YUV44.68154.14168.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=50.75%
G=3.52%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10179100.930.100.60306.3887.0421.18
Hex6575B05DA3C1325715
Octal14571330135127446212725
Binary11001011111011011010111011010111100100110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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