#650C5D

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

Shades of Palatinate Purple #650C5D

Tints of Palatinate Purple #650C5D

Color information

#650C5D (or 0x650C5D) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0C and 5D. RGB value is (101,12,93). Sum of RGB (Red+Green+Blue) = 101+12+93=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #650C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C5D is #9AF3A2. Grayscale: #2F2F2F. Windows color (decimal): -10154915 or 6098021. OLE color: 6098021.

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

Color convert

RGB1011293-
CMYK00.880.080.60
HSL305.39º78.76%22.16%-
HSV(B)305.39º88.12%39.61%-
XYZ7.473.8210.7-
YUV47.84153.49165.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=49.03%
G=5.83%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101129300.880.080.60305.3978.7622.16
Hex65C5D05883C1314f16
Octal145141350130107446111726
Binary110010111001011101010110001000111100100110001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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