#650C5F

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

Shades of Palatinate Purple #650C5F

Tints of Palatinate Purple #650C5F

Color information

#650C5F (or 0x650C5F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0C and 5F. RGB value is (101,12,95). Sum of RGB (Red+Green+Blue) = 101+12+95=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #650C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C5F is #9AF3A0. Grayscale: #2F2F2F. Windows color (decimal): -10154913 or 6229093. OLE color: 6229093.

HSL color Cylindrical-coordinate representation of color #650C5F: hue angle of 304.04º 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 #650C5F is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1011295-
CMYK00.880.060.60
HSL304.04º78.76%22.16%-
HSV(B)304.04º88.12%39.61%-
XYZ7.563.8611.17-
YUV48.07154.49165.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.56%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=48.56%
G=5.77%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101129500.880.060.60304.0478.7622.16
Hex65C5F05863C1304f16
Octal14514137013067446011726
Binary11001011100101111101011000110111100100110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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