#650C59

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

Shades of Palatinate Purple #650C59

Tints of Palatinate Purple #650C59

Color information

#650C59 (or 0x650C59) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0C and 59. RGB value is (101,12,89). Sum of RGB (Red+Green+Blue) = 101+12+89=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #650C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C59 is #9AF3A6. Grayscale: #2F2F2F. Windows color (decimal): -10154919 or 5835877. OLE color: 5835877.

HSL color Cylindrical-coordinate representation of color #650C59: hue angle of 308.09º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C59 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1011289-
CMYK00.880.120.60
HSL308.09º78.76%22.16%-
HSV(B)308.09º88.12%39.61%-
XYZ7.33.759.79-
YUV47.39151.49166.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=50%
G=5.94%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101128900.880.120.60308.0978.7622.16
Hex65C59058C3C1344f16
Octal145141310130147446411726
Binary110010111001011001010110001100111100100110100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650C59; }

 p { color: rgb(101,12,89); }

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

<style>
 a { background-color: #650C59; }

 a { background-color: rgb(101,12,89); }

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

<style>
 span { border-color: #650C59; }

 span { border-color: rgb(101,12,89); }

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