#650360

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

Shades of Palatinate Purple #650360

Tints of Palatinate Purple #650360

Color information

#650360 (or 0x650360) is unknown color: approx Palatinate Purple. HEX triplet: 65, 03 and 60. RGB value is (101,3,96). Sum of RGB (Red+Green+Blue) = 101+3+96=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #650360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650360 is #9AFC9F. Grayscale: #2A2A2A. Windows color (decimal): -10157216 or 6292325. OLE color: 6292325.

HSL color Cylindrical-coordinate representation of color #650360: hue angle of 303.06º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650360 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB101396-
CMYK00.970.050.60
HSL303.06º94.23%20.39%-
HSV(B)303.06º97.03%39.61%-
XYZ7.513.6811.38-
YUV42.9157.97169.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=50.5%
G=1.5%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10139600.970.050.60303.0694.2320.39
Hex6536006153C12f5e14
Octal1453140014157445713624
Binary110010111110000001100001101111100100101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650360; }

 p { color: rgb(101,3,96); }

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

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

 a { background-color: rgb(101,3,96); }

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

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

 span { border-color: rgb(101,3,96); }

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