#650C5C

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

Shades of Palatinate Purple #650C5C

Tints of Palatinate Purple #650C5C

Color information

#650C5C (or 0x650C5C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0C and 5C. RGB value is (101,12,92). Sum of RGB (Red+Green+Blue) = 101+12+92=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #650C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C5C is #9AF3A3. Grayscale: #2F2F2F. Windows color (decimal): -10154916 or 6032485. OLE color: 6032485.

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

Color convert

RGB1011292-
CMYK00.880.090.60
HSL306.07º78.76%22.16%-
HSV(B)306.07º88.12%39.61%-
XYZ7.433.810.47-
YUV47.73152.99166-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=49.27%
G=5.85%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101129200.880.090.60306.0778.7622.16
Hex65C5C05893C1324f16
Octal145141340130117446211726
Binary110010111001011100010110001001111100100110010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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